diff options
author | Tim Angus <tim@ngus.net> | 2009-10-03 12:46:51 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:14 +0000 |
commit | d16cf28f22a4220bfa67216c1687d80ccbd780b4 (patch) | |
tree | 3d4d1cf781a3104316cf2cb8945f3a9fafa90cb7 /src/ui | |
parent | 120a3dd717954482db9109358f26b009f05d0421 (diff) |
* s/G_TriggerMenu2/G_TriggerMenuArgs/
* s/ALIEN_CREDITS_PER_FRAG/ALIEN_CREDITS_PER_KILL/
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 9854bda7..ddc525e1 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -1575,7 +1575,7 @@ static void UI_DrawInfoPane( menuItem_t *item, rectDef_t *rect, float text_x, fl case INFOTYPE_CLASS: value = ( BG_ClassCanEvolveFromTo( class, item->v.pclass, credits, UI_GetCurrentAlienStage(), 0 ) + - ALIEN_CREDITS_PER_FRAG - 1 ) / ALIEN_CREDITS_PER_FRAG; + ALIEN_CREDITS_PER_KILL - 1 ) / ALIEN_CREDITS_PER_KILL; if( value < 1 ) { |