diff options
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 ) { |