mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-02 09:51:37 -04:00
Fix laser dot not appearing
This commit is contained in:
@@ -1203,6 +1203,13 @@ Gfx *lvRender(Gfx *gdl)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
s32 weaponnum = bgunGetWeaponNum(HAND_RIGHT);
|
||||
|
||||
if (weaponnum >= WEAPON_FALCON2 && weaponnum <= WEAPON_FALCON2_SCOPE) {
|
||||
// Have to call this to make the laser dot appear
|
||||
func0f061d54(HAND_RIGHT, 0, 0);
|
||||
}
|
||||
|
||||
g_Vars.currentplayer->lookingatprop.prop = NULL;
|
||||
}
|
||||
profileEnd(PROFILEMARKER_LVR_LOOKINGAT);
|
||||
|
||||
Reference in New Issue
Block a user