summaryrefslogtreecommitdiffhomepage
path: root/Stars45/StarServer.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-11 22:03:03 +0100
committerAki <please@ignore.pl>2022-03-11 22:03:03 +0100
commitdbff7e371b0a0261bf6d3680843d389cd92249bb (patch)
treee6adc10b729ad856bcd8a45ab1176a4b7989adf0 /Stars45/StarServer.cpp
parentba3ebf161e74c54deb7ab10621177769b479305c (diff)
downloadstarshatter-dbff7e371b0a0261bf6d3680843d389cd92249bb.zip
starshatter-dbff7e371b0a0261bf6d3680843d389cd92249bb.tar.gz
starshatter-dbff7e371b0a0261bf6d3680843d389cd92249bb.tar.bz2
Moved part of Init to GameWinDX9
Diffstat (limited to 'Stars45/StarServer.cpp')
-rw-r--r--Stars45/StarServer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Stars45/StarServer.cpp b/Stars45/StarServer.cpp
index 418d607..e0b17b8 100644
--- a/Stars45/StarServer.cpp
+++ b/Stars45/StarServer.cpp
@@ -44,6 +44,7 @@
#include "Token.h"
#include "MachineInfo.h"
#include "Game.h"
+#include "GameWinDX9.h"
#include "ContentBundle.h"
#include "Keyboard.h"
#include "Mouse.h"
@@ -140,7 +141,7 @@ StarServer::Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow)
if (loader)
loader->UseFileSystem(false);
- return Game::Init(hi, hpi, cmdline, nCmdShow);
+ return GameWinDX9::Init(hi, hpi, cmdline, nCmdShow);
}
// +--------------------------------------------------------------------+