mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +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("PlaySound"), &PlaySound)
|
||||||
.Func(_SC("PlaySoundEx"), &PlaySoundEx)
|
.Func(_SC("PlaySoundEx"), &PlaySoundEx)
|
||||||
.Func(_SC("HideMapObject"), &HideMapObject)
|
.Func(_SC("HideMapObject"), &HideMapObject)
|
||||||
.Func(_SC("HideMapObjectEx"), &SetKeyCodeName)
|
.Func(_SC("HideMapObjectEx"), &HideMapObjectEx)
|
||||||
.Func(_SC("HideMapObjectRaw"), &HideMapObjectRaw)
|
.Func(_SC("HideMapObjectRaw"), &HideMapObjectRaw)
|
||||||
.Func(_SC("ShowMapObject"), &ShowMapObject)
|
.Func(_SC("ShowMapObject"), &ShowMapObject)
|
||||||
.Func(_SC("ShowMapObjectEx"), &ShowMapObjectEx)
|
.Func(_SC("ShowMapObjectEx"), &ShowMapObjectEx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user