Skip to content

Commit

Permalink
2048 4.0-beta
Browse files Browse the repository at this point in the history
fixed star rating for not displaying correctly
  • Loading branch information
taptapking authored Apr 15, 2018
1 parent 27417ab commit bd69522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2048.pas
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ procedure menu5;
end;
begin
hidden:=-1;hardrock:=-1;spunout:=-1;nofail:=-1;flashlight:=-1;cs:=3;easy:=-1;s:=80;wide:=false;
ch3:='1';diff:=512;up:=#72;down:=#80;left:=#75;right:=#77;re:='r';
ch3:='1';ch2:='1';diff:=512;up:=#72;down:=#80;left:=#75;right:=#77;re:='r';
textcolor(black);
textbackground(white);
repeat
Expand Down

0 comments on commit bd69522

Please sign in to comment.