Added engine support for Blade Symphony (bug 5949, r=asherkin).

This commit is contained in:
Nicholas Hastings
2013-10-13 14:15:29 -04:00
parent 3e15966c3e
commit 5e1d207eae
5 changed files with 24 additions and 8 deletions
+1
View File
@@ -137,6 +137,7 @@ static cell_t PrepSDKCall_SetSignature(IPluginContext *pContext, const cell_t *p
|| SOURCE_ENGINE == SE_LEFT4DEAD \
|| SOURCE_ENGINE == SE_LEFT4DEAD2 \
|| SOURCE_ENGINE == SE_NUCLEARDAWN \
|| SOURCE_ENGINE == SE_BLADE \
|| SOURCE_ENGINE == SE_CSGO
s_call_addr = memutils->ResolveSymbol(handle, &sig[1]);
#else