unbroke the build
This commit is contained in:
parent
621c120b71
commit
38e7b9ff58
@ -322,6 +322,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\amxdbg.cpp">
|
RelativePath="..\amxdbg.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\amxmod_compat.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\amxmodx.cpp">
|
RelativePath="..\amxmodx.cpp">
|
||||||
</File>
|
</File>
|
||||||
@ -485,6 +488,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\amxdbg.h">
|
RelativePath="..\amxdbg.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\amxmod_compat.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\amxmodx.h">
|
RelativePath="..\amxmodx.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -345,7 +345,7 @@ static cell AMX_NATIVE_CALL vdformat(AMX *amx, cell *params)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int vargPos = static_cast<int>(params[4]);
|
int vargPos = static_cast<int>(params[4]);
|
||||||
int fargPos = static_cast<int>(params[3]);
|
int fargPos = static_cast<int>(params[3]);
|
||||||
|
|
||||||
/** get the parent parameter array */
|
/** get the parent parameter array */
|
||||||
|
Loading…
Reference in New Issue
Block a user