From 2c4aaec387ffe0eb60f92a027539195993b6408f Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 23 Mar 2022 21:45:22 +0100 Subject: Moved Video methods 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 8edde69..d1602b2 100644 --- a/Stars45/Starshatter.cpp +++ b/Stars45/Starshatter.cpp @@ -717,7 +717,7 @@ Starshatter::ChangeVideo() bool Starshatter::ResizeVideo() { - if (Game::ResizeVideo()) { + if (GameWinDX9::ResizeVideo()) { InitMouse(); Mouse::Show(true); -- cgit v1.1