* Implemented working town difficulty for the next scenario formats

* Fixed the "reversed bashing/lockpicking difficulty scale"
* Corrected a typo when including "consts.h"

Chokboyz

git-svn-id: http://openexile.googlecode.com/svn/trunk@131 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
Chokboyz
2009-10-12 20:23:13 +00:00
parent a0a2634e8f
commit a7893db77b
3 changed files with 8 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#include <cstdlib>
#include <cmath>
#include "consts.h"
#include "classes/consts.h"
#include "classes/item.h"
#include "classes/location.h"
#include "classes/pc.h"