mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 01:14:09 +00:00
fix UB shit
This commit is contained in:
parent
c83b351887
commit
0ac3477035
2 changed files with 3 additions and 3 deletions
|
@ -3218,7 +3218,7 @@ CCamera::GetLookDirection(void)
|
|||
Cams[ActiveCam].Mode == CCam::MODE_BEHINDBOAT ||
|
||||
Cams[ActiveCam].Mode == CCam::MODE_FOLLOWPED)
|
||||
return Cams[ActiveCam].DirectionWasLooking;
|
||||
return LOOKING_FORWARD;;
|
||||
return LOOKING_FORWARD;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue