diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:29:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:59 +0000 |
commit | 70348f182bf8f21b99ca66bf427468588cb41534 (patch) | |
tree | e4458776ae04f9070d2d933e7aa2b860072f2ab9 /src/game/bg_misc.c | |
parent | 3c731fb78a0499827a3352640b8e3ca4de0bcbf8 (diff) |
* Give mass driver a small width (5u for now)
* Fix event names in bg_misc.c (was making debugging difficult)
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index d5e1e1c2..567bb8c7 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2767,6 +2767,7 @@ char *eventnames[ ] = "EV_BULLET_HIT_WALL", "EV_SHOTGUN", + "EV_MASS_DRIVER", "EV_MISSILE_HIT", "EV_MISSILE_MISS", |