some improve game ui and bugfixes
This commit is contained in:
@@ -28,9 +28,10 @@ private:
|
||||
int nextId;
|
||||
struct DeadAlienIndex
|
||||
{
|
||||
DeadAlienIndex(int i, int p) {id = i; player = p;}
|
||||
DeadAlienIndex(int i, int p, QPoint t) {id = i; player = p; tower = t;}
|
||||
int player;
|
||||
int id;
|
||||
QPoint tower;
|
||||
};
|
||||
QHash <int, DeadAlienIndex> dead;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user