diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-10-27 18:39:17 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-10-27 22:46:37 +0100 |
commit | a2e59564c858d3befff922692cd38d27ef25c11b (patch) | |
tree | 67153db4a995462c8ea1ade40d9d4a28e0c1f057 /src/core | |
parent | Audio fixes (diff) | |
download | re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.gz re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.bz2 re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.lz re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.xz re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.zst re3-a2e59564c858d3befff922692cd38d27ef25c11b.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/common.h b/src/core/common.h index a538ddb6..fd5f35b0 100644 --- a/src/core/common.h +++ b/src/core/common.h @@ -365,4 +365,4 @@ inline T *WriteSaveBuf(uint8 *&buf, const T &value) assert(ReadSaveBuf<char>(buf) == b);\ assert(ReadSaveBuf<char>(buf) == c);\ assert(ReadSaveBuf<char>(buf) == d);\ - assert(ReadSaveBuf<uint32>(buf) == size);
\ No newline at end of file + assert(ReadSaveBuf<uint32>(buf) == size); |