mirror of https://github.com/PrimeDecomp/prime.git
Remove fakematch attempt from CCharAnimTime
This commit is contained in:
parent
fb1a193a90
commit
7f50024bdc
|
@ -5,8 +5,6 @@
|
||||||
|
|
||||||
#include <rstl/math.hpp>
|
#include <rstl/math.hpp>
|
||||||
|
|
||||||
inline const float& derp(const float& d) { return d; }
|
|
||||||
|
|
||||||
CCharAnimTime::CCharAnimTime(CInputStream& in)
|
CCharAnimTime::CCharAnimTime(CInputStream& in)
|
||||||
: x0_time(in.Get< float >()), x4_type(EType(in.Get< int >())) {
|
: x0_time(in.Get< float >()), x4_type(EType(in.Get< int >())) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue