mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 18:07:41 +00:00
whatever cont.
This commit is contained in:
5
hyper.h
5
hyper.h
@@ -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;
|
||||
|
Reference in New Issue
Block a user