[10496] Re-work struct ScriptInfo and use union for data fields.

Enumerate SCRIPT_COMMAND_* and move it away from world.h

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-09-17 23:32:46 +02:00
parent 1753942154
commit cb877e1281
5 changed files with 319 additions and 179 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10495"
#define REVISION_NR "10496"
#endif // __REVISION_NR_H__