mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-20 06:03:01 +00:00
rug:: prevented rug::renderonce from disabling rug camera movement keys
This commit is contained in:
parent
3f288c4f90
commit
fe0e7f8421
2
hyper.h
2
hyper.h
@ -640,7 +640,7 @@ struct finalizer {
|
|||||||
|
|
||||||
static const int MAXPLAYER = 7;
|
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 DEFAULTNOR(sym) (DEFAULTCONTROL || multi::notremapped(sym))
|
||||||
|
|
||||||
#define CAP_MENUSCALING (ISPANDORA || ISMOBILE)
|
#define CAP_MENUSCALING (ISPANDORA || ISMOBILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user