Adjust for hl2sdk-bms updates.

This commit is contained in:
Nicholas Hastings
2015-12-22 09:53:05 -05:00
parent f42e9ff812
commit c5a81d7c6f
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -530,7 +530,7 @@ static cell_t smn_TRGetPointContents(IPluginContext *pContext, const cell_t *par
{
mask = enginetrace->GetPointContents(pos);
} else {
#if SOURCE_ENGINE >= SE_LEFT4DEAD
#if SOURCE_ENGINE >= SE_LEFT4DEAD || SOURCE_ENGINE == SE_BMS
mask = enginetrace->GetPointContents(pos, MASK_ALL, &hentity);
#else
mask = enginetrace->GetPointContents(pos, &hentity);