Fix compile.

This commit is contained in:
Steve Checkoway
2006-01-26 04:49:45 +00:00
parent 1a4448870b
commit f44603d19b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1084,7 +1084,7 @@ int main(int argc, char* argv[])
NSMAN->DisplayStartupStatus(); // If we're using networking show what happened
/* Run the main loop. */
GameLoop::GameLoop();
GameLoop::RunGameLoop();
/* If we ended mid-game, finish up. */
GAMESTATE->EndGame();