[10374] Fixes for EFLAG_RANDOM_ACTION

* Field limited to uint8 so use proper flag mask (0x20 now)
* Search of selected action code also fixed.
This commit is contained in:
VladimirMangos 2010-08-19 00:06:58 +04:00
parent a15b0916b6
commit 80cef02190
4 changed files with 18 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10373"
#define REVISION_NR "10374"
#endif // __REVISION_NR_H__