Made the wording in the info boxes more consistent.

This commit is contained in:
onpon4 2017-02-05 05:34:42 -05:00
parent 86b5707d03
commit 2c9e83530f
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ static void drawShop()
gfx_renderString(description, 10, 52, FONT_WHITE, 0, gfx_shopSprites[SHOP_S_PRIMARY]);
gfx_renderString("Powerup Weapon", 10, 3, FONT_WHITE, 0, gfx_shopSprites[SHOP_S_POWERUP]);
sprintf(description, "Output : Stage %d",
sprintf(description, "Splitter : Stage %d",
game.maxPlasmaOutput);
gfx_renderString(description, 10, 22, FONT_WHITE, 0, gfx_shopSprites[SHOP_S_POWERUP]);
sprintf(description, "Condensor : Stage %d",