summaryrefslogtreecommitdiffhomepage
path: root/Stars45/VidDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/VidDlg.cpp')
-rw-r--r--Stars45/VidDlg.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Stars45/VidDlg.cpp b/Stars45/VidDlg.cpp
index ee1473b..aca48fa 100644
--- a/Stars45/VidDlg.cpp
+++ b/Stars45/VidDlg.cpp
@@ -11,7 +11,6 @@
Main Menu Dialog Active Window class
*/
-#include "Game.h"
#include "GameWinDX9.h"
#include "MemDebug.h"
#include "VidDlg.h"
@@ -151,7 +150,7 @@ VidDlg::Show()
}
}
- Video* video = Game::GetInstance()->GetVideo();
+ Video* video = Video::GetInstance();
if (video) {
if (shadows)
@@ -364,7 +363,7 @@ VidDlg::Apply()
bool video_change = false;
- Video* video = Game::GetInstance()->GetVideo();
+ Video* video = Video::GetInstance();
if (video) {
const VideoSettings* vs = video->GetVideoSettings();