[12155] Prevent saving/loading/init capture points in instances

Reason for this are:
1) We don't want them saved/loaded between bg games
2) Saving cp slider is done by go id and would not work for instances
3) There are visual-only capture points in bg (eots)
4) It would be possible to only enable the capture points on bg start

TODO: Move this to OutdoorPvP base class
This commit is contained in:
stfx 2012-08-30 12:16:34 +02:00 committed by Antz
parent 522ccf02ae
commit 012c2ef51b
2 changed files with 12 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12154"
#define REVISION_NR "12155"
#endif // __REVISION_NR_H__