From a4ad67ca4accae582aa698bdd24efea6a463f8b9 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 13 Nov 2005 01:14:30 +0000 Subject: Made the three desert maps use the fringe layer for objects. Reveals bug with objects disappearing at the bottom and still some draw order problems. --- src/gui/connection.h | 3 ++- src/main.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui/connection.h b/src/gui/connection.h index baf8e1d8..bde1e174 100644 --- a/src/gui/connection.h +++ b/src/gui/connection.h @@ -39,7 +39,8 @@ class ProgressBar; * * \ingroup Interface */ -class ConnectionDialog : public Window, public gcn::ActionListener { +class ConnectionDialog : public Window, public gcn::ActionListener +{ public: /** * Constructor diff --git a/src/main.cpp b/src/main.cpp index cd425bbd..e28c843b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -309,7 +309,7 @@ void exit_engine() // Shutdown libxml xmlCleanupParser(); - + // Shutdown sound sound.close(); -- cgit v1.2.3-70-g09d2