fixes initial value of gOld_sound_detail_level (#347)

This commit is contained in:
Dethrace Engineering Department 2023-08-09 12:53:32 +12:00 committed by GitHub
parent 4200cfab6c
commit dc135e46ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
int gSound_detail_level;
int gVirgin_pass = 1;
int gOld_sound_detail_level;
int gOld_sound_detail_level = -1;
int gLast_tune;
int gRandom_MIDI_tunes[3];
int gRandom_Rockin_MIDI_tunes[3];