[11251] Add some base code for GAMEOBJECT_TYPE_CAPTURE_POINT

Note that code is only a tiny start to implement these gameobjects, and are most likely wrong in itself as conditions for calling events does not exist yet.
To be used in further development.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-03-15 11:13:33 +01:00
parent 167ec0df42
commit 7b070a93aa
2 changed files with 74 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11250"
#define REVISION_NR "11251"
#endif // __REVISION_NR_H__