Changes between Initial Version and Version 1 of Ticket #13367, comment 14


Ignore:
Timestamp:
03/21/22 14:58:59 (2 years ago)
Author:
eriktorbjorn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13367, comment 14

    initial v1  
    1919+       // boxes are adjusted by the script.
    2020+
    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) {
    2222+               putClass(623, 24, 1);
    2323+       }