LAB: Move _rooms to LabEngine, some renaming

This commit is contained in:
Strangerke 2015-12-06 21:39:41 +01:00 committed by Willem Jan Palenstijn
parent b3269dc80d
commit 803dbcee90
9 changed files with 108 additions and 117 deletions

View file

@ -45,8 +45,6 @@ namespace Lab {
/*------------------------------ The Map stuff ------------------------------*/
/*---------------------------------------------------------------------------*/
extern RoomData *_rooms;
static Image *Map, *Room, *UpArrowRoom, *DownArrowRoom, *Bridge,
*HRoom, *VRoom, *Maze, *HugeMaze, *Path, *MapNorth,
*MapEast, *MapSouth, *MapWest, *XMark;