1
0
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:
Zeno Rogue 2018-05-03 12:15:58 +02:00
parent 43a22ca135
commit 920a3a91fd

View File

@ -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)