From 2c9e83530fdb84f31c7b4f23f05d21c3bcca8b14 Mon Sep 17 00:00:00 2001 From: onpon4 Date: Sun, 5 Feb 2017 05:34:42 -0500 Subject: [PATCH] Made the wording in the info boxes more consistent. --- src/shop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shop.cpp b/src/shop.cpp index 91c31c7..18e559d 100644 --- a/src/shop.cpp +++ b/src/shop.cpp @@ -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",