Mercurial > mm7
comparison Actor.cpp @ 652:1ff57450f090
* Some fixes to TravelByTransport
* Minor bug with npc profession names
* Fixed not loading npc profession decriptions
* NPC professions enum
author | Nomad |
---|---|
date | Tue, 12 Mar 2013 04:45:38 +0200 |
parents | 628694cd5744 |
children | 52329962fcdb |
comparison
equal
deleted
inserted
replaced
651:2bf48d11d742 | 652:1ff57450f090 |
---|---|
3881 else | 3881 else |
3882 uCurrentActionAnimation = ANIM_Dead; | 3882 uCurrentActionAnimation = ANIM_Dead; |
3883 break; | 3883 break; |
3884 | 3884 |
3885 case Removed: | 3885 case Removed: |
3886 case Disabled: | |
3886 return; | 3887 return; |
3887 | 3888 |
3888 default: | 3889 default: |
3889 assert(false); | 3890 assert(false); |
3890 } | 3891 } |