[9210] Fix visual bug making npc run-in-same-position in client.

Not send MOVEMENTFLAG_FORWARD (even if expected). As result npc will not run in same position when npc becomes visible at client side.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-01-18 20:38:02 +01:00
parent e1d0c1cdba
commit de4d8c3a04
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9209"
#define REVISION_NR "9210"
#endif // __REVISION_NR_H__