diff options
author | withmorten <morten.with@gmail.com> | 2021-01-21 03:40:56 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-21 19:42:51 +0100 |
commit | 034df61f3c2757b28c082101fd0f38054263c0ed (patch) | |
tree | 24c3362300297f399149e903f29ba47b24b65303 /src/control/SceneEdit.cpp | |
parent | Merge remote-tracking branch 'upstream/master' into cw (diff) | |
download | re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.gz re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.bz2 re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.lz re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.xz re3-034df61f3c2757b28c082101fd0f38054263c0ed.tar.zst re3-034df61f3c2757b28c082101fd0f38054263c0ed.zip |
Diffstat (limited to 'src/control/SceneEdit.cpp')
-rw-r--r-- | src/control/SceneEdit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/SceneEdit.cpp b/src/control/SceneEdit.cpp index 0a679ab5..42dadee0 100644 --- a/src/control/SceneEdit.cpp +++ b/src/control/SceneEdit.cpp @@ -69,7 +69,7 @@ static const char* pCommandStrings[] = { }; #ifdef CHECK_STRUCT_SIZES -re3_static_assert(ARRAY_SIZE(pCommandStrings) == CSceneEdit::MOVIE_TOTAL_COMMANDS, "Scene edit: not all commands have names"); +static_assert(ARRAY_SIZE(pCommandStrings) == CSceneEdit::MOVIE_TOTAL_COMMANDS, "Scene edit: not all commands have names"); #endif static int32 NextValidModelId(int32 mi, int32 step) |