1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

renamed shmup::safety to delayed_safety to prevent confusion

This commit is contained in:
Zeno Rogue
2019-04-28 12:09:57 +02:00
parent 2c97b4f2aa
commit f98448464a
4 changed files with 8 additions and 9 deletions

View File

@@ -883,7 +883,7 @@ namespace shmup {
using namespace multi;
void recall();
extern bool on;
extern bool safety;
extern bool delayed_safety;
extern int curtime;
void clearMonsters();
void clearMemory();