This commit is contained in:
Rob Pearce 2008-12-02 22:39:40 +00:00
parent ff480742f5
commit c40a342f32
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ for ($w = 1; $w <= 4; $w++) {
for ($i = 0 ; $i < 3; $i++) {
echo "<td>\n";
echo "<center>\n";
if ($i > 20) {
if ($l > 20) {
printf("&nbsp;\n");
} else
printf("<img src=\"levels/level_%d_%d.png\">\n",$w,$l);