mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 16:37:40 +00:00
disabled game playing if 'renderonce' is on; in Android LR, clicking gives the menu instead of doing something else
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -1159,7 +1159,7 @@ bool hasSafeOrb(cell *c);
|
||||
void placeWater(cell *c, cell *c2);
|
||||
bool againstCurrent(cell *w, cell *from);
|
||||
|
||||
#define DEFAULTCONTROL (multi::players == 1 && !shmup::on && !multi::alwaysuse)
|
||||
#define DEFAULTCONTROL (multi::players == 1 && !shmup::on && !multi::alwaysuse && !(rug::rugged && rug::renderonce))
|
||||
#define DEFAULTNOR(sym) (DEFAULTCONTROL || multi::notremapped(sym))
|
||||
|
||||
extern bool timerghost;
|
||||
|
Reference in New Issue
Block a user