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

« back to all changes in this revision

Viewing changes to src/gui/ruin-report-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:
29
29
#include "defs.h"
30
30
#include "GameMap.h"
31
31
#include "File.h"
32
 
#include "sound.h"
33
32
#include "ruin.h"
34
33
#include "ruinlist.h"
35
34
#include "templelist.h"
103
102
  ruinmap->resize();
104
103
  ruinmap->draw(Playerlist::getActiveplayer());
105
104
 
106
 
  Sound::getInstance()->playMusic("hero", 1);
107
105
  dialog->show_all();
108
106
  dialog->run();
109
 
  Sound::getInstance()->haltMusic();
110
107
}
111
108
 
112
109
void RuinReportDialog::on_map_changed(Glib::RefPtr<Gdk::Pixmap> map)