I think finished structures

and some changes in loading
and changes in map class
we have 2 TODO now
This commit is contained in:
2010-08-22 21:55:29 +03:00
parent f6125014dd
commit 191e5ed1a1
14 changed files with 178 additions and 133 deletions

View File

@@ -4,5 +4,5 @@ Player::Player(int Id, QObject *parent) :
QObject(parent)
{
playerId = Id;
adMoney = 100;
money = 100;
}