mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed the 'cancel texture' option
This commit is contained in:
parent
43a22ca135
commit
920a3a91fd
@ -1189,8 +1189,7 @@ void showMenu() {
|
||||
|
||||
else if(uni == 'T' && config.tstate == tsAdjusting) {
|
||||
config.tstate = tsOff;
|
||||
if(config.tstate == tsActive)
|
||||
config.tstate = tsOff;
|
||||
config.tstate_max = tsOff;
|
||||
}
|
||||
|
||||
else if(uni == 'T' && config.tstate == tsActive)
|
||||
|
Loading…
Reference in New Issue
Block a user