mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
try to load floors
This commit is contained in:
@@ -307,6 +307,7 @@ namespace mapstream {
|
||||
int i = f.get<int>();
|
||||
if(i == -1) break;
|
||||
int j = f.get<int>(), l = f.get<int>();
|
||||
if(i >= 4) i = 3;
|
||||
if(i<0 || i >= mapeditor::USERSHAPEGROUPS) break;
|
||||
if(l<0 || l >= USERLAYERS) break;
|
||||
|
||||
|
Reference in New Issue
Block a user