- fixed bug reported by Frank van der Loo
authorRyan Flegel <rflegel@gmail.com>
Mon, 20 Sep 2004 19:57:47 +0000 (19:57 +0000)
committerRyan Flegel <rflegel@gmail.com>
Mon, 20 Sep 2004 19:57:47 +0000 (19:57 +0000)
SVN-Revision: 1954

src/sector.cpp

index 0cd48d8..5216775 100644 (file)
@@ -46,7 +46,7 @@ Sector* Sector::_current = 0;
 
 Sector::Sector()
   : gravity(10), player(0), solids(0), background(0), camera(0),
-    currentmusic(LEVEL_MUSIC), end_sequence_animation_type(NONE_ENDSEQ_ANIM)
+    end_sequence_animation_type(NONE_ENDSEQ_ANIM), currentmusic(LEVEL_MUSIC)
 {
   song_title = "Mortimers_chipdisko.mod";
   player = new Player();