LAB: Add missing const qualifiers
This commit is contained in:
parent
f9d90934f6
commit
28bbcf5641
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue