From 62ffdf81aa0bd0644e970579a082c3ebf33bcbe5 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 22 Nov 2023 01:00:40 +0000 Subject: [PATCH] Bump to 1.0.6 --- source/menu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/menu.cpp b/source/menu.cpp index 49feeba..841ce5f 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -451,7 +451,7 @@ void Menu::UpdateMinerals(volatile int frame, Sound *sound) if (touchingMineral && currentlySelectedMineral != i) { sound->PlaySFX(SFX_MENU_SELECT); } - + currentlySelectedMineral = touchingMineral ? i : currentlySelectedMineral; } @@ -515,7 +515,7 @@ void Menu::Update(volatile int frame, Sound *sound) if (!canSave()) { NF_WriteText(1, 0, 0, 0, "Cannot save game!"); } - NF_WriteText(1, 0, 26, 0, "v1.0.5"); + NF_WriteText(1, 0, 26, 0, "v1.0.6"); break; case MENU_RUMBLE: