From: havoc Date: Mon, 9 May 2011 13:35:35 +0000 (+0000) Subject: fix missing .string message fielddef X-Git-Tag: xonotic-v0.6.0~163^2~404 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=11df435654c96dd18d622b68ab2a819584555b95 fix missing .string message fielddef git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11142 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/csprogs.c b/csprogs.c index faf87dd2..e17d45fc 100644 --- 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"},