From 08ad774897ff092a65df020a427bcf9ff019c27b Mon Sep 17 00:00:00 2001 From: johns <> Date: Sun, 1 Dec 2002 14:20:29 +0000 Subject: [PATCH] Fixed doxygen warning. --- src/include/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/video.h b/src/include/video.h index 56b761000..c9360dd39 100644 --- a/src/include/video.h +++ b/src/include/video.h @@ -484,7 +484,7 @@ extern int VideoSyncSpeed; ** Counter. Counts how many video interrupts occured, while proceed event ** queue. If <1 simply do nothing, =1 means that we should redraw screen. ** >1 means that framerate is too slow. - ** @see CheckVideoInterrupts @VideoSyncSpeed + ** @see CheckVideoInterrupts @see VideoSyncSpeed */ extern volatile int VideoInterrupts;