mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-19 01:48:56 +08:00
[server] Fix build error in CLabelPool ctor
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user