mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[server] Fix int
to void*
compilation error
This commit is contained in:
@ -7,8 +7,8 @@ class CTextDrawPool // size: WL 2072576
|
||||
private:
|
||||
|
||||
int field_0[2048];
|
||||
int field_2000[2048];
|
||||
int field_4000[2048];
|
||||
void* field_2000[2048];
|
||||
void* field_4000[2048];
|
||||
char gap6000[2048000];
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user