Iniital spriteFrame must be -1.

This commit is contained in:
Steve 2018-02-04 09:56:53 +00:00
parent ac48179541
commit 7577482cc4
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ void initEntity(Entity *e)
e->thinkTime = 0;
e->spriteFrame = 0;
e->spriteFrame = -1;
e->spriteTime = 0;
e->init = init;