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