Add save code differences in Amiga verison of Waxworks.

svn-id: r28261
This commit is contained in:
Travis Howell 2007-07-28 09:16:44 +00:00
parent d6fd87fd6a
commit 488d9f3b43

View file

@ -1326,7 +1326,7 @@ bool AGOSEngine_Elvira2::saveGame(uint slot, const char *caption) {
f->writeUint16BE(te->subroutine_id);
}
if (getGameType() == GType_WW) {
if (getGameType() == GType_WW && getPlatform() == Common::kPlatformPC) {
// TODO Save room state data
for (uint s = 0; s <= _numRoomStates; s++) {
f->writeUint16BE(0);