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

@ -71,7 +71,7 @@ void mayShowCrumbIndicatorOff();
bool Alternate = false, ispal = false, noupdatediff = false, MainDisplay = true, QuitLab = false, DoNotReset = false; bool Alternate = false, ispal = false, noupdatediff = false, MainDisplay = true, QuitLab = false, DoNotReset = false;
extern char *NewFileName; /* When ProcessRoom.c decides to change the filename extern const char *NewFileName; /* When ProcessRoom.c decides to change the filename
of the current picture. */ of the current picture. */
extern char *LAMPONMSG, *TURNLEFT, *TURNRIGHT; extern char *LAMPONMSG, *TURNLEFT, *TURNRIGHT;

View file

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