diff options
author | majestic <majesticcoding@gmail.com> | 2021-01-11 17:10:11 +0100 |
---|---|---|
committer | majestic <majesticcoding@gmail.com> | 2021-01-11 17:10:11 +0100 |
commit | 0345861b5f84235e366d06d8f93fe3cc5d5ab355 (patch) | |
tree | 27b735dd64cd7921e53fc0770639dc4fd9df74fc /src/core | |
parent | Merge branch 'lcs' of https://github.com/GTAmodding/re3 into lcs (diff) | |
parent | Merge branch 'lcs-dev' into lcs (diff) | |
download | re3-0345861b5f84235e366d06d8f93fe3cc5d5ab355.tar re3-0345861b5f84235e366d06d8f93fe3cc5d5ab355.tar.gz re3-0345861b5f84235e366d06d8f93fe3cc5d5ab355.tar.bz2 re3-0345861b5f84235e366d06d8f93fe3cc5d5ab355.tar.lz re3-0345861b5f84235e366d06d8f93fe3cc5d5ab355.tar.xz re3-0345861b5f84235e366d06d8f93fe3cc5d5ab355.tar.zst re3-0345861b5f84235e366d06d8f93fe3cc5d5ab355.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Streaming.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Streaming.h b/src/core/Streaming.h index 31786dfb..66262721 100644 --- a/src/core/Streaming.h +++ b/src/core/Streaming.h @@ -17,6 +17,8 @@ enum StreamFlags STREAMFLAGS_PRIORITY = 0x08, STREAMFLAGS_NOFADE = 0x10, STREAMFLAGS_20 = 0x20, // TODO(MIAMI): what's this + STREAMFLAGS_40 = 0x40, // TODO(LCS): what's this + STREAMFLAGS_AMBIENT_SCRIPT_OWNED = 0x80, STREAMFLAGS_CANT_REMOVE = STREAMFLAGS_DONT_REMOVE|STREAMFLAGS_SCRIPTOWNED, STREAMFLAGS_KEEP_IN_MEMORY = STREAMFLAGS_DONT_REMOVE|STREAMFLAGS_SCRIPTOWNED|STREAMFLAGS_DEPENDENCY, |