From 43fff592e8422f33b56ca16de849239cc0b9072b Mon Sep 17 00:00:00 2001 From: Magnus Date: Thu, 5 Nov 2009 05:15:57 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3414 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- quakec/fallout2/csqc/system.qc | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/quakec/fallout2/csqc/system.qc b/quakec/fallout2/csqc/system.qc index 7519dd044..6036df5ff 100644 --- a/quakec/fallout2/csqc/system.qc +++ b/quakec/fallout2/csqc/system.qc @@ -28,6 +28,7 @@ float servercommandframe; //clientframe echoed off the server string mapname; //current brief map name float intermission; //non-zero if the server sent an svc_intermission. + // // global variables set by built in functions // @@ -102,10 +103,22 @@ void end_sys_globals; // flag for structure dumping .float renderflags; .string model; .float frame; +.float health; +.float ammo_shells; +.float ammo_cells; +.float weight; +.float max_weight; +.float max_health; +.float rage; +.float regen; +.float position; +.float missionbrief; +.float sneak; +.float perk2; +.float perk1; .float frame2; .float lerpfrac; //the ammount of frame2 to use. .float skin; - .vector mins, maxs; // bounding box extents reletive to origin .vector size; // maxs - mins @@ -129,3 +142,16 @@ void end_sys_globals; // flag for structure dumping //================================================ void end_sys_fields; // flag for structure dumping //================================================ + +.float map_ent1; +.float map_ent2; +.float map_ent3; +.float map_obj; +.float location; +.float start_time; +.float recoil; + +.float silencer; +.float extender; +.float timer; +