diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-04-09 03:31:46 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-04-09 03:31:46 +0200 |
commit | 519218572a1303f6717bbc2cccc45d0c8a272d33 (patch) | |
tree | 50ae3120394891b6810ede249c8a71811c0591bc /src/core/Pools.cpp | |
parent | Merge branch 'miami' into lcs (diff) | |
parent | update librw (diff) | |
download | re3-519218572a1303f6717bbc2cccc45d0c8a272d33.tar re3-519218572a1303f6717bbc2cccc45d0c8a272d33.tar.gz re3-519218572a1303f6717bbc2cccc45d0c8a272d33.tar.bz2 re3-519218572a1303f6717bbc2cccc45d0c8a272d33.tar.lz re3-519218572a1303f6717bbc2cccc45d0c8a272d33.tar.xz re3-519218572a1303f6717bbc2cccc45d0c8a272d33.tar.zst re3-519218572a1303f6717bbc2cccc45d0c8a272d33.zip |
Diffstat (limited to 'src/core/Pools.cpp')
-rw-r--r-- | src/core/Pools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pools.cpp b/src/core/Pools.cpp index bf35f8ef..d824d498 100644 --- a/src/core/Pools.cpp +++ b/src/core/Pools.cpp @@ -105,7 +105,7 @@ CPools::CheckPoolsEmpty() printf("pools have been cleared\n"); } - +// Thankfully unused, it would break the game! void CPools::MakeSureSlotInObjectPoolIsEmpty(int32 slot) { |