mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-11 04:37:38 +00:00
rug:: prevented rug::renderonce from disabling rug camera movement keys
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -640,7 +640,7 @@ struct finalizer {
|
||||
|
||||
static const int MAXPLAYER = 7;
|
||||
|
||||
#define DEFAULTCONTROL (multi::players == 1 && !shmup::on && !multi::alwaysuse && !(rug::rugged && rug::renderonce))
|
||||
#define DEFAULTCONTROL (multi::players == 1 && !shmup::on && !multi::alwaysuse)
|
||||
#define DEFAULTNOR(sym) (DEFAULTCONTROL || multi::notremapped(sym))
|
||||
|
||||
#define CAP_MENUSCALING (ISPANDORA || ISMOBILE)
|
||||
|
Reference in New Issue
Block a user