aboutsummaryrefslogtreecommitdiff
path: root/scumm/room.cpp
AgeCommit message (Collapse)Author
2005-04-26Split loadRoomSubBlocks into a 'static' part (loadRoomSubBlocks) and a ↵Max Horn
'dynamic' part (initRoomSubBlocks) svn-id: r17811
2005-04-23Simpler check, since VAR_NEW_ROOM is no longer set in small header games.Travis Howell
svn-id: r17764
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max Horn
svn-id: r17716
2005-04-17Doesn't exist in HE72Travis Howell
svn-id: r17656
2005-04-17Add separate function for loading palette from choosen room.Travis Howell
Avoid pointer problems. svn-id: r17653
2005-04-10Fix regression in MM NES which disabled scrolling and lead to weird crashesEugene Sandulenko
svn-id: r17529
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it ↵Max Horn
complies a bit better with our code formatting rules svn-id: r17508
2005-04-10Init _numObjectsInRoom in another spotMax Horn
svn-id: r17499
2005-04-10Moved some room loading stuff into a new source fileMax Horn
svn-id: r17496