Use a sizeof instead of this raw value
This commit is contained in:
parent
869bff3da1
commit
709065d716
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ BOOL IsMapping()
|
|||
|
||||
void StartMapping()
|
||||
{
|
||||
memset(gMapping, FALSE, 0x80);
|
||||
memset(gMapping, FALSE, sizeof(gMapping));
|
||||
}
|
||||
|
||||
void SetMapping(int a)
|
||||
|
|
Loading…
Add table
Reference in a new issue