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