Missing quotes.

This commit is contained in:
Steve Checkoway
2007-02-17 08:52:17 +00:00
parent c06c35e1cb
commit be0b69ceb4
@@ -1,4 +1,4 @@
return LoadFont(blaster) .. {
return LoadFont("blaster") .. {
Text = "Best Ranking",
InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+48;y,SCREEN_TOP+32;shadowlength,0)
}