Changes between Initial Version and Version 1 of Ticket #13367, comment 14
- Timestamp:
- Mar 21, 2022, 2:58:59 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13367, comment 14
initial v1 19 19 + // boxes are adjusted by the script. 20 20 + 21 + if (_game.id == GID_LOOM && _game. platform == Common::kPlatformDOS && vm.slot[_currentScript].number == 86 && a == 0 && b == 128) {21 + if (_game.id == GID_LOOM && _game.version == 3 && _game.platform == Common::kPlatformDOS && vm.slot[_currentScript].number == 86 && a == 0 && b == 128) { 22 22 + putClass(623, 24, 1); 23 23 + }