[0141] Fix some bugs, thanks to LordPsyan for pointing

* Fix an inconsistence between comment and code for model selection
* Improve the macro from recent commit to work with stricter gcc preprocessors
* Fix a bug that caused a crash for not loaded outdoorPvp scripts
This commit is contained in:
Schmoozerd 2012-08-18 23:06:51 +02:00 committed by Antz
parent 7e70e39b9b
commit 0dd98c1e8d

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12104"
#define REVISION_NR "0141"
#endif // __REVISION_NR_H__