Changes between Version 1 and Version 2 of Ticket #15126, comment 4


Ignore:
Timestamp:
May 14, 2024, 8:50:19 AM (6 weeks ago)
Author:
m-kiewitz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15126, comment 4

    v1 v2  
    55+ windowTimer = windowTimer * 20; // 1 = 0.5 seconds (20 cycles)
    66
    7 Please fix the comment, it should say 1 = 0.25 seconds (ScummVM timer, which runs at 40 fps, instead of 20 fps like original AGI)
     7Please fix the comment, it should say 1 = 0.5 seconds (ScummVM timer, which runs at 40 fps, instead of 20 fps like original AGI, normally this should have been multiplied by 10)
    88
    99I changed it back then, so that we can throttle the speed 0 setting to 40 fps and that should stay. The original AGI wasn't doing that. Speed 0 meant as-fast-as-possible, which speed runners like, but which is unplayable.