mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -07:00
Readded empty if
This commit is contained in:
parent
b01156fb2d
commit
ca8af708e2
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ void KaleidoScope_DrawEquipment(GlobalContext* globalCtx) {
|
||||||
|
|
||||||
if (LINK_AGE_IN_YEARS == YEARS_CHILD) {
|
if (LINK_AGE_IN_YEARS == YEARS_CHILD) {
|
||||||
point = CUR_UPG_VALUE(sChildUpgrades[i]);
|
point = CUR_UPG_VALUE(sChildUpgrades[i]);
|
||||||
|
if (1) {}
|
||||||
if ((point != 0) && (CUR_UPG_VALUE(sChildUpgrades[i]) != 0)) {
|
if ((point != 0) && (CUR_UPG_VALUE(sChildUpgrades[i]) != 0)) {
|
||||||
KaleidoScope_DrawQuadTextureRGBA32(globalCtx->state.gfxCtx,
|
KaleidoScope_DrawQuadTextureRGBA32(globalCtx->state.gfxCtx,
|
||||||
gItemIcons[sChildUpgradeItemBases[i] + point - 1], 32, 32, 0);
|
gItemIcons[sChildUpgradeItemBases[i] + point - 1], 32, 32, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue