DREAMWEB: Move kRoomssample out of data blob.

N.B. Last commit was kForeignRelease, not kSubtitles.
This commit is contained in:
D G Turner 2011-12-27 04:39:50 +00:00
parent 5256919434
commit 0155e88d10
8 changed files with 10 additions and 8 deletions

View file

@ -440,7 +440,7 @@ void DreamBase::savePosition(unsigned int slot, const char *descbuf) {
const Room &currentRoom = 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);