]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix missing .string message fielddef
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 May 2011 13:35:35 +0000 (13:35 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 May 2011 13:35:35 +0000 (13:35 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11142 d7cf8633-e32d-0410-b094-e92efae38249

csprogs.c

index faf87dd2308e0156ed2b2ecff50e7ec080b8a0f4..e17d45fccef64f32cf027555df173c19fd70af4b 100644 (file)
--- a/csprogs.c
+++ b/csprogs.c
@@ -904,6 +904,7 @@ prvm_required_field_t cl_reqglobals[] =
        {ev_string, "gettaginfo_name"},
        {ev_string, "trace_dphittexturename"},
        {ev_string, "worldstatus"},
+       {ev_string, "message"},
        {ev_vector, "dmg_origin"},
        {ev_vector, "gettaginfo_forward"},
        {ev_vector, "gettaginfo_offset"},