mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 23:37:02 +00:00
Fix GetSortingBounds symbol; various fixes
Former-commit-id: c8c05c2cd5
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
class CSfxHandle {
|
||||
public:
|
||||
CSfxHandle() : mID(~0) {}
|
||||
CSfxHandle() : mID(0) {}
|
||||
CSfxHandle(uint value);
|
||||
|
||||
uint GetIndex() const { return mID & 0xFFF; }
|
||||
|
||||
Reference in New Issue
Block a user