comparison Actor.cpp @ 551:3b4a24fcd5a0

Actor::UpdateAnimation fix
author Nomad
date Mon, 04 Mar 2013 20:28:08 +0200
parents cb0ad52d6a26
children bee46636df95
comparison
equal deleted inserted replaced
524:5196a51cc9ec 551:3b4a24fcd5a0
3880 uAIState = Removed; 3880 uAIState = Removed;
3881 else 3881 else
3882 uCurrentActionAnimation = ANIM_Dead; 3882 uCurrentActionAnimation = ANIM_Dead;
3883 break; 3883 break;
3884 3884
3885 case Removed:
3886 return;
3887
3885 default: 3888 default:
3886 assert(false); 3889 assert(false);
3887 } 3890 }
3888 } 3891 }
3889 3892