From fbdac152a2cab1524281a702ddd16f38625cde27 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 18 Jan 2017 12:04:48 -0600 Subject: [PATCH] fine tuning animation still --- src/zcroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zcroll.c b/src/zcroll.c index 99ded28a..7b6c03b9 100755 --- a/src/zcroll.c +++ b/src/zcroll.c @@ -113,7 +113,7 @@ void main(int argc, char *argv[]) player[0].ent->spri->delay = 0; i = set_anim_by_id(player[0].ent->spri, 31); - //print_anim_ids(player[0].ent->spri); + print_anim_ids(player[0].ent->spri); if (i == -1) { #ifdef FADE -- 2.39.5