mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[server] Fix build error in CLabelPool ctor
This commit is contained in:
parent
57d7aa1e22
commit
f4edee9eab
@ -5,7 +5,7 @@ CLabelPool::CLabelPool()
|
|||||||
{
|
{
|
||||||
for(WORD wLabel = 0; wLabel < MAX_LABELS; wLabel++)
|
for(WORD wLabel = 0; wLabel < MAX_LABELS; wLabel++)
|
||||||
{
|
{
|
||||||
memset(field_1000[wLabel], 0, sizeof(struc_24));
|
memset(&field_1000[wLabel], 0, sizeof(struc_24));
|
||||||
field_0[wLabel] = 0;
|
field_0[wLabel] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user