From 01954b1d34a42fa4a51a3e0d690ba4ad5a1f8298 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 13 Mar 2022 18:08:09 +0100 Subject: Moved palette to GameWinDX9 --- Stars45/Starshatter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stars45/Starshatter.cpp') 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(); -- cgit v1.1