some improve game ui and bugfixes

This commit is contained in:
2011-09-11 01:26:06 +04:00
committed by unknown
parent 9f90c1e676
commit 714154a6fd
19 changed files with 363 additions and 392 deletions

View File

@@ -4,7 +4,7 @@ Game_Data::Game_Data(Map *mapp, QObject *parent) :
QObject(parent)
{
map = mapp;
curWave = 0;
curWave = -1;
// alienSelect.images = towerSelect.images = 0;
aliens = new Aliens(map);
}