mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-19 07:57:39 +00:00
some more bugfixes
This commit is contained in:
@@ -1706,7 +1706,8 @@ namespace mapeditor {
|
||||
return false;
|
||||
#else
|
||||
|
||||
if(c && c == drawcell && editingShape(group, id) && prio == PPR_DEFAULT)
|
||||
// floors handled separately
|
||||
if(c && c == drawcell && editingShape(group, id) && group != sgFloor)
|
||||
drawtrans = V;
|
||||
|
||||
usershape *us = usershapes[group][id];
|
||||
|
Reference in New Issue
Block a user