added AD editor (not work yet, just for test)
This commit is contained in:
@@ -128,9 +128,8 @@ struct SplashType
|
||||
|
||||
struct WaveType
|
||||
{
|
||||
int Id;
|
||||
QList <int> types; // some types of aliens (e.g. 2 fly and 3 grount in one wave)
|
||||
QList <int> counts; // count aliens of each type
|
||||
QList <unsigned int> counts; // count aliens of each type
|
||||
unsigned int timeout; // time in ticks
|
||||
unsigned int prise;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user