mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-13 21:25:26 -04:00
Minimap fixes (needs change for intensityI8 in aurora) and some other BE fixes
This commit is contained in:
@@ -16,7 +16,7 @@ daObjFlag_c::M_attrs const daObjFlag_c::M_attr = {
|
||||
};
|
||||
|
||||
void daObjFlag_c::create_init() {
|
||||
field_0x5dc = (*(u32*)dComIfG_getObjectRes(daSetBgObj_c::getArcName(this), "spec.dat")) & 0xffff;
|
||||
field_0x5dc = (*(BE(u32)*)dComIfG_getObjectRes(daSetBgObj_c::getArcName(this), "spec.dat")) & 0xffff;
|
||||
mPos = cXyz(current.pos.x, current.pos.y + field_0x5dc, current.pos.z);
|
||||
mFlagJoints[0].mRv = (short)(cM_rnd() * 65535.0f);
|
||||
mFlagJoints[1].mRv = (short)(cM_rnd() * 65535.0f);
|
||||
|
||||
Reference in New Issue
Block a user