Added sdl version to exmplify extension of the main engine

This commit is contained in:
Tiehuis
2015-02-21 17:31:54 +13:00
parent 8cff1bb002
commit 3dd23136d5
6 changed files with 200 additions and 14 deletions
-1
View File
@@ -270,7 +270,6 @@ int gamestate_tick(struct gfx_state *s, struct gamestate *g, int d, void (*callb
{
/* Reset move. Altered by gravitate and merge if we do move */
g->moved = 0;
printf("%d\n", d);
gravitate(s, g, d, callback);
merge(s, g, d, callback);
gravitate(s, g, d, callback);