DREAMWEB: Move kRoomssample out of data blob.
N.B. Last commit was kForeignRelease, not kSubtitles.
This commit is contained in:
parent
5256919434
commit
0155e88d10
8 changed files with 10 additions and 8 deletions
|
@ -440,7 +440,7 @@ void DreamBase::savePosition(unsigned int slot, const char *descbuf) {
|
|||
const Room ¤tRoom = g_roomData[data.byte(kLocation)];
|
||||
|
||||
Room madeUpRoom = currentRoom;
|
||||
madeUpRoom.roomsSample = data.byte(kRoomssample);
|
||||
madeUpRoom.roomsSample = _roomsSample;
|
||||
madeUpRoom.mapX = data.byte(kMapx);
|
||||
madeUpRoom.mapY = data.byte(kMapy);
|
||||
madeUpRoom.liftFlag = data.byte(kLiftflag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue