pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx,1.44,1.45


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx,1.44,1.45
Date: 18 Feb 2003 17:04:15 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv4269/editor

Modified Files:
        editor.cxx 
Log Message:
- added keep_aspect to surface backgrounds
- fixed anim bug in liquid


Index: editor.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.cxx,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- editor.cxx  18 Feb 2003 10:30:31 -0000      1.44
+++ editor.cxx  18 Feb 2003 17:04:13 -0000      1.45
@@ -27,10 +27,12 @@
 #include <ClanLib/Display/Input/keyboard.h>
 #include <ClanLib/GUI/gui_manager.h>
 #include <ClanLib/GUI/stylemanager_default.h>
+
 #include "../globals.hxx"
 #include "../display.hxx"
 #include "../pingus_resource.hxx"
 #include "../system.hxx"
+#include "../sound/sound.hxx"
 #include "editor_event.hxx"
 #include "panel.hxx"
 #include "scroll_map.hxx"
@@ -128,7 +130,7 @@
 Editor::on_startup ()
 {
   std::cout << "Editor::on_startup ()" << std::endl;
-
+  PingusSound::stop_music();
   Display::set_cursor(CL_MouseCursorProvider::load("cursors/cursor", 
PingusResource::get("core")));
   Display::show_cursor();
   event->enable ();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]