[9479] Use Clear call in MotionMaster::Initilize

Function can be called from deep code in time MotionMaster::Update.
So need use safe way cleanup with possible delayed movegens deletion.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Quriq14 2010-02-28 09:39:31 +03:00 committed by VladimirMangos
parent e05f4b1b03
commit bf7616138b
3 changed files with 42 additions and 57 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9478"
#define REVISION_NR "9479"
#endif // __REVISION_NR_H__