1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 18:07:41 +00:00

whatever cont.

This commit is contained in:
Zeno Rogue
2019-05-05 17:33:31 +02:00
parent 531596f0e7
commit 0386f4179c
5 changed files with 11 additions and 14 deletions

View File

@@ -2432,7 +2432,8 @@ void optimizeview();
extern bool noGUI;
extern bool dronemode;
extern ld whatever;
extern ld whatever[16];
extern int whateveri[16];
namespace sm {
static const int NORMAL = 1;
@@ -3526,8 +3527,6 @@ ld wall_radar(cell *c, transmatrix T);
extern string bitruncnames[5];
extern bool need_mouseh;
extern int whateveri, whateveri2;
void clear_euland(eLand first);
extern eMonster passive_switch;