mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:07:41 +00:00
Rename CInputFilter -> CPlayerStuckTracker & CPlayer progress
This commit is contained in:
@@ -43,8 +43,9 @@ public:
|
||||
return *this;
|
||||
}
|
||||
void clear() {
|
||||
T* ptr = data();
|
||||
for (int i = 0; i < x0_count; ++i) {
|
||||
destroy(&data()[i]);
|
||||
destroy(&ptr[i]);
|
||||
}
|
||||
x0_count = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user