Remove fakematch attempt from CCharAnimTime

This commit is contained in:
Phillip Stephens 2024-03-19 18:26:42 -07:00
parent fb1a193a90
commit 7f50024bdc
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@
#include <rstl/math.hpp>
inline const float& derp(const float& d) { return d; }
CCharAnimTime::CCharAnimTime(CInputStream& in)
: x0_time(in.Get< float >()), x4_type(EType(in.Get< int >())) {
}