Fix GetSortingBounds symbol; various fixes

Former-commit-id: c8c05c2cd5
This commit is contained in:
2022-09-29 20:24:12 -04:00
parent 1f56cefe8c
commit 8659785c5c
127 changed files with 157 additions and 248 deletions

View File

@@ -5,7 +5,7 @@
class CSfxHandle {
public:
CSfxHandle() : mID(~0) {}
CSfxHandle() : mID(0) {}
CSfxHandle(uint value);
uint GetIndex() const { return mID & 0xFFF; }