Fix high score banner entry

This commit is contained in:
elasota
2020-02-05 00:22:55 -05:00
parent 60e0912a7b
commit 7b8052174f
4 changed files with 36 additions and 35 deletions

View File

@@ -457,7 +457,7 @@ void SetDialogNumToStr (Dialog *theDialog, short item, long theNumber)
Rect itemRect;
ControlHandle itemHandle;
short itemType;
NumToString(theNumber, theString);
PortabilityLayer::Widget *widget = theDialog->GetItems()[item - 1].GetWidget();
widget->SetString(theString);