summaryrefslogtreecommitdiff
path: root/drivers/chibi/event_stream_chibi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/chibi/event_stream_chibi.cpp')
-rw-r--r--drivers/chibi/event_stream_chibi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/chibi/event_stream_chibi.cpp b/drivers/chibi/event_stream_chibi.cpp
index c48125351a..b88f4ee70e 100644
--- a/drivers/chibi/event_stream_chibi.cpp
+++ b/drivers/chibi/event_stream_chibi.cpp
@@ -616,7 +616,7 @@ void CPFileAccessWrapperImpl::store_dword(uint32_t p_dest){
Error EventStreamPlaybackChibi::_play() {
last_order=0;
- loops++;
+ loops=0;
player->play_start_song();
total_usec=0;