further cleanup

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:12 +02:00
parent 05bd7a905c
commit 65c4e6a31c
12 changed files with 88 additions and 236 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ EX int getGhostTimer() {
return shmup::on ? (shmup::curtime - lastexplore) / 350 : turncount - lastexplore;
}
int getGhostcount() {
EX int getGhostcount() {
if(peace::on) return 0;
int t = getGhostTimer();
int ghostcount = 0;