mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-07 10:52:23 +00:00
fixed the 'cancel texture' option
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user