mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-15 12:39:11 -04:00
daShopItem_c "OK"
Functions and data matching d_a_shop_item.cpp still breaks checksum, probably from weak functions/vtables that need to be placed earlier
This commit is contained in:
@@ -150,6 +150,6 @@ bool cXyz::operator!=(const Vec& vec) const {
|
||||
|
||||
/* 80245CE4-80245D48 .text isZero__4cXyzCFv */
|
||||
bool cXyz::isZero(void) const {
|
||||
return fabsf(this->x) < 3.814697e-06f && fabsf(this->y) < 3.814697e-06f &&
|
||||
fabsf(this->z) < 3.814697e-06f;
|
||||
return fabsf(this->x) < 3.8146972e-06f && fabsf(this->y) < 3.8146972e-06f &&
|
||||
fabsf(this->z) < 3.8146972e-06f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user