summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index d7782a7d8..0a5c51d30 100644
--- a/sdl.c
+++ b/sdl.c
@@ -659,7 +659,7 @@ void redsq_debug(int tile)
DrawSurfaceToScreen();
}
-void DbgRedraw()
+static void DbgRedraw()
{
SdlVideoMakeDirty(0,0,_screen.width,_screen.height);
DrawSurfaceToScreen();