Przeglądaj źródła

Fix repeated WAV file play

dds
PaulStoffregen 11 lat temu
rodzic
commit
ed585c49af
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      Audio.cpp

+ 1
- 0
Audio.cpp Wyświetl plik

if (!wavfile) return false; if (!wavfile) return false;
buffer_remaining = 0; buffer_remaining = 0;
state_play = STATE_STOP; state_play = STATE_STOP;
data_length = 0;
state = STATE_PARSE1; state = STATE_PARSE1;
return true; return true;
} }

Ładowanie…
Anuluj
Zapisz