From 3d0fef73d7b3494bc4457953332d79e51a522201 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 27 Jan 2001 22:43:12 +0000 Subject: Ugh, haven't done this in weeks. Um. New creep system, half built new torchlight and the usual assortment of bug fixes. --- src/cgame/cg_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cgame/cg_local.h') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 4874d0cf..3417ddfc 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -737,6 +737,7 @@ typedef struct { qhandle_t explosionTrailShader; qhandle_t humanNV; + qhandle_t humanTorch; qhandle_t droidNav9; qhandle_t droidNav8; qhandle_t droidNav7; -- cgit