PRINCE: LMB outside of inventory - update

This commit is contained in:
lukaslw 2014-06-24 03:57:40 +02:00
parent 11d062f2b2
commit a319f473f6
3 changed files with 28 additions and 1 deletions

View file

@ -205,6 +205,10 @@ uint8 *Script::getRoomOffset(int locationNr) {
return &_data[_scriptInfo.rooms + locationNr * 64];
}
int Script::getOptionScript(int offset, int option) {
return (int)READ_UINT16(&_data[offset + option * 4]);
}
int Script::scanMobEvents(int mobMask, int dataEventOffset) {
debug("mobMask: %d", mobMask);
int i = 0;