* added fast graphical cursor :)

* building structures should work
This commit is contained in:
Michał W. Urbańczyk
2008-08-01 18:13:33 +00:00
parent e5a064f36b
commit bfad10a8e4
11 changed files with 54 additions and 312 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ void CGameState::apply(IPack * pack)
case 104:
{
SetResources *sr = static_cast<SetResources*>(pack);
for(int i=0;sr->res.size();i++)
for(int i=0;i<sr->res.size();i++)
players[sr->player].resources[i] = sr->res[i];
break;
}