Fixed warnings and IMPLEMENTED A THING in the menu item switch.

This commit is contained in:
Ben Scott
2015-02-12 01:47:48 -05:00
parent 98a518a90b
commit 1477fef7ce
18 changed files with 128 additions and 50 deletions

View File

@@ -108,7 +108,7 @@ cScenario::cItemStorage::cItemStorage() : ter_type(-1), property(0) {
void cScenario::append(legacy::scenario_data_type& old){
is_legacy = true;
int i,j;
int i;//,j;
difficulty = old.difficulty;
intro_pic = old.intro_pic;
default_ground = old.default_ground * 2;

View File

@@ -43,7 +43,7 @@ public:
class cTimer {
public:
long time;
bool node_type;
short node_type;
short node;
};