engine: avi: very dumb pause

This commit is contained in:
Alibek Omarov
2025-01-23 18:55:48 +03:00
parent 6f0fb594e7
commit 952ccb1247
2 changed files with 18 additions and 2 deletions

View File

@@ -169,6 +169,8 @@ enum movie_parms_e
AVI_ENTNUM, // (int) entity number, -1 for no spatialization
AVI_VOLUME, // (int) volume from 0 to 255
AVI_ATTN, // (float) attenuation value
AVI_PAUSE, // no argument, pauses playback
AVI_RESUME, // no argument, resumes playback
};
struct movie_state_s;