[12030] Support Random Movement around a point

* Remove unused MoveRandom function
* Add MotionMaster::MoveRandomAroundPoint function
* Toggle DB-command COMMAND_MOVEMENT to be able to move around current position or respawn position (depending on data_flags)
This commit is contained in:
Reamer 2012-07-12 19:06:46 +02:00 committed by Schmoozerd
parent 12fa17dba5
commit 6b6b2379a3
8 changed files with 43 additions and 31 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12029"
#define REVISION_NR "12030"
#endif // __REVISION_NR_H__