mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-17 11:38:05 +00:00
more uniformization of add/back, 'space' in grapheditor works in autocheat, fixed missing XLAT in surface
This commit is contained in:
@@ -1431,7 +1431,7 @@ namespace mapeditor {
|
||||
if(uni == 'd' || uni == 'l' || uni == 'c')
|
||||
mousekey = uni;
|
||||
|
||||
if(uni == ' ' && cheater) {
|
||||
if(uni == ' ' && (cheater || autocheat)) {
|
||||
popScreen();
|
||||
pushScreen(showMapEditor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user