summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameWinDX9.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-16 21:30:41 +0100
committerAki <please@ignore.pl>2022-03-16 21:30:41 +0100
commitdac5158376875636306610365dc1b9820a18a277 (patch)
treec0afe12f4679457b4302598f3b5d2f9df28cea44 /Stars45/GameWinDX9.cpp
parent2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4 (diff)
downloadstarshatter-dac5158376875636306610365dc1b9820a18a277.zip
starshatter-dac5158376875636306610365dc1b9820a18a277.tar.gz
starshatter-dac5158376875636306610365dc1b9820a18a277.tar.bz2
Removed gamma level management from Game and Starshatter classes
Diffstat (limited to 'Stars45/GameWinDX9.cpp')
-rw-r--r--Stars45/GameWinDX9.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Stars45/GameWinDX9.cpp b/Stars45/GameWinDX9.cpp
index 5afff31..65cf2a0 100644
--- a/Stars45/GameWinDX9.cpp
+++ b/Stars45/GameWinDX9.cpp
@@ -76,8 +76,6 @@ GameWinDX9::Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow)
Panic::Panic(" Insufficient DirectX detected (Dx9 IS REQUIRED)");
status = INIT_FAILED;
}
-
- Print(" Gamma Level = %d\n", gamma);
}
if (status == OK) {