Skip to content

Commit

Permalink
Bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Nov 22, 2023
1 parent fdc588a commit 62ffdf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 62ffdf8

Please sign in to comment.