mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Match FUNC_1009D560
This commit is contained in:
parent
45e41a529b
commit
6dbcdc827e
@ -3,7 +3,7 @@
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include <math.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
|
// 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