diff options
author | Aki <please@ignore.pl> | 2022-03-16 21:30:41 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-03-16 21:30:41 +0100 |
commit | dac5158376875636306610365dc1b9820a18a277 (patch) | |
tree | c0afe12f4679457b4302598f3b5d2f9df28cea44 /Stars45/VidDlg.h | |
parent | 2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4 (diff) | |
download | starshatter-dac5158376875636306610365dc1b9820a18a277.zip starshatter-dac5158376875636306610365dc1b9820a18a277.tar.gz starshatter-dac5158376875636306610365dc1b9820a18a277.tar.bz2 |
Removed gamma level management from Game and Starshatter classes
Diffstat (limited to 'Stars45/VidDlg.h')
-rw-r--r-- | Stars45/VidDlg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Stars45/VidDlg.h b/Stars45/VidDlg.h index 6ec0c1a..0b6e918 100644 --- a/Stars45/VidDlg.h +++ b/Stars45/VidDlg.h @@ -96,6 +96,7 @@ protected: int selected_mode; int selected_detail; int selected_texture; + int new_gamma; int orig_gamma; bool closed; |