mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Fix HideMapObjectEx registered as SetKeyCodeName.
This commit is contained in:
parent
0137dfc66f
commit
c318dbf1da
@ -117,7 +117,7 @@ void Register_Misc(HSQUIRRELVM vm)
|
||||
.Func(_SC("PlaySound"), &PlaySound)
|
||||
.Func(_SC("PlaySoundEx"), &PlaySoundEx)
|
||||
.Func(_SC("HideMapObject"), &HideMapObject)
|
||||
.Func(_SC("HideMapObjectEx"), &SetKeyCodeName)
|
||||
.Func(_SC("HideMapObjectEx"), &HideMapObjectEx)
|
||||
.Func(_SC("HideMapObjectRaw"), &HideMapObjectRaw)
|
||||
.Func(_SC("ShowMapObject"), &ShowMapObject)
|
||||
.Func(_SC("ShowMapObjectEx"), &ShowMapObjectEx)
|
||||
|
Loading…
Reference in New Issue
Block a user