Changes between Version 1 and Version 2 of Ticket #15126, comment 4
- Timestamp:
- May 14, 2024, 8:50:19 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15126, comment 4
v1 v2 5 5 + windowTimer = windowTimer * 20; // 1 = 0.5 seconds (20 cycles) 6 6 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)7 Please 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) 8 8 9 9 I 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.