mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-06 03:49:03 +00:00
CLI option -canvasfloor
This commit is contained in:
@@ -3101,7 +3101,7 @@ EX namespace mapeditor {
|
||||
#endif
|
||||
|
||||
|
||||
string canvasFloorName(int id) {
|
||||
EX string canvasFloorName(int id) {
|
||||
if(id>=0 && id<caflEND)
|
||||
return XLAT(canvasFloorNames[id]);
|
||||
return its(id);
|
||||
|
||||
Reference in New Issue
Block a user