Changes between Initial Version and Version 1 of Ticket #15353, comment 2
- Timestamp:
- Sep 2, 2024, 8:47:54 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15353, comment 2
initial v1 1 ``` 1 2 {{{ 2 3 if (s.isLoading() && VAR_SOUNDCARD != 0xFF && (_game.heversion < 70 && _game.version <= 6)) { 3 4 if (currentSoundCard != VAR(VAR_SOUNDCARD)) { … … 14 15 } 15 16 } 16 ``` 17 }}} 17 18 18 19 It's crashing here... why is it crashing here? :S