diff options
| author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-21 15:24:49 +0000 |
|---|---|---|
| committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-21 15:24:49 +0000 |
| commit | 4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64 (patch) | |
| tree | 67fc6704e4735cbc6f21d368dba349e9aed768eb /src/main.cpp | |
| parent | 28f6096586bf4e3465140f48f1eae54f11fef88d (diff) | |
| download | manaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.tar.gz manaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.tar.xz manaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.zip | |
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)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /** |
