summaryrefslogtreecommitdiffhomepage
path: root/Stars45/StarServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/StarServer.cpp')
-rw-r--r--Stars45/StarServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/StarServer.cpp b/Stars45/StarServer.cpp
index e0b17b8..98b1287 100644
--- a/Stars45/StarServer.cpp
+++ b/Stars45/StarServer.cpp
@@ -149,7 +149,7 @@ StarServer::Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow)
bool
StarServer::InitGame()
{
- if (!Game::InitGame())
+ if (!GameWinDX9::InitGame())
return false;
RandomInit();