From 767edc558ebaacf03d5c3c83a0297585dcef845d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 9 Feb 2003 20:24:47 +0000 Subject: * More work on the alternative model format. Model now in game, sans animations --- src/game/bg_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game') diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 97ef2c6a..4b8383d0 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -1309,8 +1309,8 @@ classAttributes_t bg_classList[ ] = PCL_A_O_BASE, //int classnum; "soldier", //char *classname; "Soldier", //char *humanname; - "jumper", //char *modelname; - 0.2f, //float modelScale; + "prowl", //char *modelname; + 1.0f, //float modelScale; "default", //char *skinname; "alien_hud", //char *hudname; ( 1 << S1 )|( 1 << S2 )|( 1 << S3 ), //int stages -- cgit