Whoa! Removing trailing spaces.
svn-id: r35648
This commit is contained in:
parent
05d3633eb3
commit
696897b058
385 changed files with 2639 additions and 2639 deletions
|
@ -76,7 +76,7 @@ Engine::Engine(OSystem *syst)
|
|||
|
||||
Engine::~Engine() {
|
||||
_mixer->stopAll();
|
||||
|
||||
|
||||
delete _mainMenuDialog;
|
||||
g_engine = NULL;
|
||||
}
|
||||
|
@ -156,9 +156,9 @@ void initGraphics(int width, int height, bool defaultTo1xScaler) {
|
|||
message += "'.";
|
||||
|
||||
GUI::MessageDialog dialog(message);
|
||||
dialog.runModal();
|
||||
dialog.runModal();
|
||||
}
|
||||
|
||||
|
||||
if (gfxError & OSystem::kTransactionAspectRatioFailed) {
|
||||
GUI::MessageDialog dialog("Could not apply aspect ratio setting.");
|
||||
dialog.runModal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue