1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

space message no longer always appears in shmup

This commit is contained in:
Zeno Rogue
2018-08-30 18:18:54 +02:00
parent b2fd52eae5
commit 30a7248bf7
2 changed files with 2 additions and 1 deletions

View File

@@ -3936,7 +3936,7 @@ heptagon* encodeId(int id);
void virtualRebaseSimple(heptagon*& base, transmatrix& at);
extern bool game_active;
extern bool game_active, playerfound;
}