~ubuntu-branches/ubuntu/maverick/lordsawar/maverick

« back to all changes in this revision

Viewing changes to src/gui/game-lobby-dialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2010-04-10 09:29:33 UTC
  • mfrom: (1.1.9 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100410092933-23uq4dxig30kmtcw
Tags: 0.1.8-1
* New upstream release.
* Add misc:Depends for -data package.
* Bump Standards Version to 3.8.4. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include "playerlist.h"
33
33
#include "game-options-dialog.h"
34
34
#include "GraphicsCache.h"
35
 
#include "GraphicsLoader.h"
36
35
#include "network_player.h"
37
36
#include "game-client.h"
38
37
#include "game-server.h"
81
80
                                 NextTurnNetworked *next_turn,
82
81
                                 GameStation *game_station)
83
82
{
84
 
  GraphicsLoader::instantiateImages(Shieldsetlist::getInstance());
 
83
  Shieldsetlist::getInstance()->instantiateImages();
85
84
  d_game_scenario = gamescenario;
86
85
  d_game_station = game_station;
87
86
  d_next_turn = next_turn;