mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
when watching score from custom modes, show only the current custom mode
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -800,7 +800,7 @@ string XLAT(string);
|
||||
#define DKEY (get_direction_key(sym, uni))
|
||||
#define DIRECTIONKEY (interpret_as_direction(sym, uni) ? uni : 0)
|
||||
|
||||
namespace scores { void load(); void load_only(); }
|
||||
namespace scores { void load(); void load_only(); extern int which_mode; }
|
||||
|
||||
#if ISMOBILE
|
||||
namespace leader { void showMenu(); void handleKey(int sym, int uni); }
|
||||
|
Reference in New Issue
Block a user