mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-07-17 15:18:52 +00:00
further cleanup
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user