Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash getting next frame in NPCs
Attempting to animate next frame for an NPC that is not doing the expected action would sometimes put the npc's frame out of bounds, which later caused a crash when attempting to load the texture for that (non-existent) frame.
- Loading branch information