some work...
read all, but missing morphs and upgrades new in-game types (src and cur)
This commit is contained in:
2
loader.h
2
loader.h
@@ -179,6 +179,7 @@ private:
|
||||
QMultiHash <int,tbChain> chains;
|
||||
QMultiHash <int,tbMorph> morphs;
|
||||
QMultiHash <int,tbTowerOnLevel> levTowers;
|
||||
QMultiHash <int,tbUpgrade> upgrades;
|
||||
|
||||
void readAliens();
|
||||
void readMaps();
|
||||
@@ -192,6 +193,7 @@ private:
|
||||
void readWaves();
|
||||
void readLevWaves();
|
||||
void readWaveParts();
|
||||
void readUpgrades();
|
||||
|
||||
void validate();
|
||||
void load();
|
||||
|
||||
Reference in New Issue
Block a user