Skip to content

Commit

Permalink
Print debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
amarillion committed May 11, 2020
1 parent 225ee67 commit ef4a85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/level.cpp
Expand Up @@ -151,6 +151,7 @@ RoomSet *RoomSet::loadFromXml (DomNode *n, Resources *res)
ri.playerStart = true;
break;
default:
cerr << string_format ("Found flag %i for tile %i at (%i, %i) in map %s\n", flag, tile, x, y, ri.name);
assert (false); // wrong type
break;
}
Expand Down

0 comments on commit ef4a85f

Please sign in to comment.