Day 066 - bug in MoveEntity

Just a copy/paste error, but Entity is used in place of TestEntity when checking flags:
1
2
if(IsSet(TestEntity, EntityFlag_Collides) &&
!IsSet(Entity, EntityFlag_Nonspatial))
Ah! Thanks for catching that... I will go write that down so we remember to fix it tomorrow.

- Casey