[12206] Let GetMapEntranceTrigger and GetGoBackTrigger work in a better defined order

Actually as this is still no total order (and it is basicly impossible to define a reasonable total order for areatrigger_teleport) it is not well defined, but probably good enough for all cases
This commit is contained in:
Schmoozerd 2012-09-09 03:19:56 +02:00 committed by Antz
parent e27c72311a
commit 824aa5429e
3 changed files with 41 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12205"
#define REVISION_NR "12206"
#endif // __REVISION_NR_H__