From b9d98ede39579a085a58056c1075d749e75f338e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 7 Jan 2008 18:18:52 +0000 Subject: [PATCH] fixed amxx build --- dlls/dod/dodx/usermsg.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/dod/dodx/usermsg.cpp b/dlls/dod/dodx/usermsg.cpp index 9b801b0b..953d3928 100755 --- a/dlls/dod/dodx/usermsg.cpp +++ b/dlls/dod/dodx/usermsg.cpp @@ -359,4 +359,5 @@ void Client_PStatus(void* mValue) MF_ExecuteForward(iFSpawnForward, *(int*)mValue); break; } -} \ No newline at end of file +} +