1
0
Fork 0
forked from len0rd/rockbox

left in garbage

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1083 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Eric Linenberg 2002-06-19 14:29:01 +00:00
parent 369233657f
commit ea0d06fa3e

View file

@ -913,7 +913,7 @@ void sokoban_loop(void) {
lcd_putsxy(10, 20, "YOU WIN!!", 2); lcd_putsxy(10, 20, "YOU WIN!!", 2);
lcd_update(); lcd_update();
lcd_invertrect(0,0,111,63); lcd_invertrect(0,0,111,63);
lcd_update();*/ lcd_update();
} }
return; return;
} }