1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-29 11:24:19 +01:00

Fixed macro bug

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40145
This commit is contained in:
David Anderson 2005-10-21 10:02:21 +00:00
parent 7e10d55d11
commit 81bae13a60

View File

@ -76,7 +76,7 @@ void ClearGamedllList();
pl = (*iter); \
for (event=pl->m_Events.begin(); event!=pl->m_Events.end(); event++) { \
api = (*event); \
api->evn##args; \
api->evn args; \
} \
}