~alessandro-bruni/+junk/infografica

« back to all changes in this revision

Viewing changes to Game.cpp

  • Committer: Alessandro Bruni
  • Date: 2009-06-19 18:06:27 UTC
  • Revision ID: alessandro.bruni@gmail.com-20090619180627-1gp4ctuajfob2zuj
Small improvement

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 
105
105
        // Oggetti di scena
106
106
        human->display();
107
 
        terrain->drawTerrain();
 
107
        terrain->drawTerrain(human->getX(), human->getZ());
108
108
        
109
109
        for (int i = 0; i< n_players; i++)
110
110
                adv[i]->display();