mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 06:20:22 +00:00
[saco] Match FUNC_1009D560
This commit is contained in:
parent
45e41a529b
commit
6dbcdc827e
@ -3,7 +3,7 @@
|
||||
#include "util.h"
|
||||
#include <math.h>
|
||||
|
||||
bool byte_1014FD8C;
|
||||
bool GLOBAL_1014FD8C;
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
@ -94,9 +94,9 @@ void CCamera::SetMatrix(MATRIX4X4 Matrix)
|
||||
//-----------------------------------------------------------
|
||||
|
||||
// unused, also probably not part of CCamera
|
||||
void FUNC_1009D560(bool unk)
|
||||
void __stdcall FUNC_1009D560(bool unk)
|
||||
{
|
||||
byte_1014FD8C = unk;
|
||||
GLOBAL_1014FD8C = unk;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user