Module Name: src Committed By: christos Date: Wed Jun 11 16:47:39 UTC 2014
Modified Files: src/games/tetris: screen.c shapes.c tetris.c tetris.h Log Message: Add a little color. In order to minimize logic differences, keep 0 as the empty board value, and since 7 is white, turn white into black (0) when painting. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/games/tetris/screen.c cvs rdiff -u -r1.8 -r1.9 src/games/tetris/shapes.c cvs rdiff -u -r1.24 -r1.25 src/games/tetris/tetris.c cvs rdiff -u -r1.12 -r1.13 src/games/tetris/tetris.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.