diff options
author | Aki <please@ignore.pl> | 2022-03-02 20:23:33 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-03-02 20:23:33 +0100 |
commit | 8411e2f5cc2c4a40cf081cd553a45cdda5c1d7e3 (patch) | |
tree | e5146a287a8669b86de742a17a66c1aaf117e076 /Stars45/Game.h | |
parent | 8f65086736ae28e786bb07672fc43b300464494b (diff) | |
download | starshatter-8411e2f5cc2c4a40cf081cd553a45cdda5c1d7e3.zip starshatter-8411e2f5cc2c4a40cf081cd553a45cdda5c1d7e3.tar.gz starshatter-8411e2f5cc2c4a40cf081cd553a45cdda5c1d7e3.tar.bz2 |
Removed unused base_game_time
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r-- | Stars45/Game.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h index 4e691de..694a905 100644 --- a/Stars45/Game.h +++ b/Stars45/Game.h @@ -182,7 +182,6 @@ protected: bool paused; bool server; bool show_mouse; - DWORD base_game_time; DWORD real_time; DWORD game_time; DWORD time_comp; |