mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed screens not disappearing when restarting
This commit is contained in:
parent
ab018764bb
commit
f281123266
2
hyper.h
2
hyper.h
@ -295,7 +295,7 @@ typedef int cellfunction(cell*);
|
||||
int towerval(cell *c, cellfunction* cf = &coastvalEdge);
|
||||
#define HRANDMAX 0x7FFFFFFF
|
||||
int hrandpos(); // 0 to HRANDMAX
|
||||
void restartGame(char switchWhat = 0, bool push = false, bool keep_screens = true);
|
||||
void restartGame(char switchWhat = 0, bool push = false, bool keep_screens = false);
|
||||
int landMultiplier(eLand l);
|
||||
eItem treasureType(eLand l);
|
||||
void buildBarrier(cell *c, int d, eLand l = laNone);
|
||||
|
Loading…
Reference in New Issue
Block a user