Fix status display of plasma output boosters during game.
This commit is contained in:
parent
96996ce167
commit
1d25dd0379
|
@ -361,7 +361,7 @@ void doInfo()
|
||||||
SDL_FillRect(screen, &bar, yellow);
|
SDL_FillRect(screen, &bar, yellow);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (i <= currentGame.maxPlasmaDamage)
|
else if (i <= currentGame.maxPlasmaOutput)
|
||||||
SDL_FillRect(screen, &bar, darkYellow);
|
SDL_FillRect(screen, &bar, darkYellow);
|
||||||
bar.x += 30;
|
bar.x += 30;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue