LAB: Add missing const qualifiers

This commit is contained in:
Filippos Karapetis 2015-02-17 11:19:32 +02:00 committed by Eugene Sandulenko
parent f9d90934f6
commit 28bbcf5641
2 changed files with 3 additions and 3 deletions

View file

@ -153,7 +153,7 @@ void readImage(byte **buffer, Image **im) {
extern RoomData *Rooms;
extern char *ViewPath;
extern const char *ViewPath;
static Image *Map, *Room, *UpArrowRoom, *DownArrowRoom, *Bridge,
*HRoom, *VRoom, *Maze, *HugeMaze, *Path, *MapNorth,