summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Starshatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Starshatter.cpp')
-rw-r--r--Stars45/Starshatter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp
index 4f53d5b..4f04777 100644
--- a/Stars45/Starshatter.cpp
+++ b/Stars45/Starshatter.cpp
@@ -84,6 +84,7 @@
#include "MachineInfo.h"
#include "Game.h"
+#include "GameWinDX9.h"
#include "ContentBundle.h"
#include "VideoFactory.h"
#include "Screen.h"
@@ -391,7 +392,7 @@ Starshatter::Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow)
if (loader)
loader->UseFileSystem(use_file_system);
- return Game::Init(hi, hpi, cmdline, nCmdShow);
+ return GameWinDX9::Init(hi, hpi, cmdline, nCmdShow);
}
// +--------------------------------------------------------------------+