31c4a0256f
battlestar was missing some {} in its insane printf()+puts() usage. this is a literal code sequence i found: printf("The blast catches "); printf("the goddess in the "); printf("stomach, knocking "); puts("her to the ground."); printf("She writhes in the "); printf("dirt as the agony of "); puts("death taunts her."); puts("She has stopped moving."); no lines inserted or removed. tetris' checkscores() had wrong and missing {} usage. |
||
---|---|---|
.. | ||
Makefile | ||
input.c | ||
input.h | ||
pathnames.h | ||
scores.c | ||
scores.h | ||
screen.c | ||
screen.h | ||
shapes.c | ||
tetris.6 | ||
tetris.c | ||
tetris.h |