mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 14:27:37 +00:00
further cleanup
This commit is contained in:
11
hud.cpp
11
hud.cpp
@@ -58,7 +58,16 @@ EX int subclass(int i) {
|
||||
#define GLYPH_TARGET 512
|
||||
#define GLYPH_INSQUARE 1024
|
||||
|
||||
eGlyphsortorder glyphsortorder;
|
||||
#if HDR
|
||||
enum eGlyphsortorder {
|
||||
gsoFirstTop, gsoFirstBottom,
|
||||
gsoLastTop, gsoLastBottom,
|
||||
gsoLand, gsoValue,
|
||||
gsoMAX
|
||||
};
|
||||
#endif
|
||||
|
||||
EX eGlyphsortorder glyphsortorder;
|
||||
|
||||
int zero = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user