From 4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 21 Mar 2005 15:24:49 +0000 Subject: More complete implementation of startListen and stopListen, told CVS to ignore some files and compile fixes (it actually compiles now, just don't expect it to do anything useful) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index b90e028..e7db308 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -64,7 +64,7 @@ void initialize() } // Initialize world timer at 10 times per second - worldTimerID = SDL_AddTimer(100, world_tick, NULL); + worldTimerID = SDL_AddTimer(100, worldTick, NULL); } /** -- cgit