game_in_work_example

This commit is contained in:
unknown
2010-08-31 19:25:29 +04:00
parent d4a9f33816
commit bbb6f9b366
14 changed files with 363 additions and 404 deletions

View File

@@ -132,7 +132,7 @@ bool Map::addTowerOnMap(int playerId, QPoint pos)
bool * pathOK;
pathOK = new bool();
*pathOK = true;
qDebug("emit");
//qDebug("emit");
emit recreateAlienPath(pathOK);
qDebug() << *pathOK;
if (!pathOK)
@@ -146,7 +146,7 @@ bool Map::addTowerOnMap(int playerId, QPoint pos)
}
return true;
}
qDebug()<<"Dont buid here" << Cells[pos.x()][pos.y()];
qDebug()<<"Dont buid here" << pos;
return false;
}