mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 18:07:41 +00:00
emeraldpattern on a46; fixed/improved darkening when sidedialog not available; pattern dialogs are now sidedialogs
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -1118,6 +1118,7 @@ namespace dialog {
|
||||
void displayPageButtons(int i, bool pages);
|
||||
bool handlePageButtons(int uni);
|
||||
extern bool sidedialog;
|
||||
extern int dialogflags;
|
||||
}
|
||||
|
||||
void checkStunKill(cell *dest);
|
||||
@@ -1517,6 +1518,7 @@ namespace sm {
|
||||
static const int A3 = 2048; // affects poly
|
||||
static const int ZOOMABLE = 4096;
|
||||
static const int TORUSCONFIG = 8192;
|
||||
static const int MAYDARK = 16384;
|
||||
};
|
||||
|
||||
namespace linepatterns {
|
||||
|
Reference in New Issue
Block a user