From: Ryan Flegel Date: Mon, 20 Sep 2004 19:57:47 +0000 (+0000) Subject: - fixed bug reported by Frank van der Loo X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ca3b6dabb3a339a05b33ed0b90001b6d712b28da;p=supertux.git - fixed bug reported by Frank van der Loo SVN-Revision: 1954 --- diff --git a/src/sector.cpp b/src/sector.cpp index 0cd48d879..52167756f 100644 --- a/src/sector.cpp +++ b/src/sector.cpp @@ -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();