about summary refs log tree commit diff
path: root/src/GameInitDispose.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-25 00:09:14 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-25 00:16:31 +0700
commita67ab5b4eeadac48313bff81557e87b35fb2fa8b (patch)
tree7516ccffc7ac2fb3d774d46e3f8388f2f1d32d02 /src/GameInitDispose.cpp
parent280dc7237c09dbe2163f0a75bcaf21566dcf0d1f (diff)
downloadblackshades-a67ab5b4eeadac48313bff81557e87b35fb2fa8b.tar.gz
Split out handleToggles
Diffstat (limited to 'src/GameInitDispose.cpp')
-rw-r--r--src/GameInitDispose.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GameInitDispose.cpp b/src/GameInitDispose.cpp
index 9a0435d..8a56e73 100644
--- a/src/GameInitDispose.cpp
+++ b/src/GameInitDispose.cpp
@@ -2127,7 +2127,6 @@ void Game::InitGame()
 	decals.howmanydecals=0;
 	sprites.howmanysprites=0;
 	losedelay=1;
-	oldscore=score;
 }
 
 int Game::InitGL(void)