fix high score displays not showing high score number

This commit is contained in:
Chris Danford
2008-04-26 19:43:08 +00:00
parent 5be01cfab7
commit 707789af7e
4 changed files with 5 additions and 3 deletions
@@ -1 +1 @@
return LoadFont("common normal") .. { InitCommand=cmd(settext,"Machine Record NN";);
return LoadFont("common normal") .. { InitCommand=cmd(settext,"Machine Record #" .. (Var "MachineHighScoreNumber"); );