summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index b9fa706f7d..7945080538 100644
--- a/player/core.h
+++ b/player/core.h
@@ -417,6 +417,7 @@ typedef struct MPContext {
bool paused; // internal pause state
bool playback_active; // not paused, restarting, loading, unloading
+ bool in_playloop;
// step this many frames, then pause
int step_frames;