We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccd517 commit 5fb7ce7Copy full SHA for 5fb7ce7
src/GameSrc/audiolog.c
@@ -234,6 +234,10 @@ void audiolog_stop() {
234
}
235
*/
236
237
+ if(alog_fn < 0) {
238
+ return;
239
+ }
240
+
241
if (alog_fn >= 0)
242
{
243
ResCloseFile(alog_fn);
src/GameSrc/cutsloop.c
@@ -122,6 +122,7 @@ void cutscene_start() {
122
123
void cutscene_exit() {
124
DEBUG("Cutscene exit");
125
+ MacTuneKillCurrentTheme();
126
127
128
void cutscene_loop() {
src/GameSrc/setup.c
@@ -1283,9 +1283,7 @@ void setup_start() {
1283
1284
1285
if (!start_first_time) {
1286
- // start_setup_sound();
1287
closedown_game(TRUE);
1288
- start_setup_sound(0);
1289
1290
start_first_time = FALSE;
1291
0 commit comments