From ca3b6dabb3a339a05b33ed0b90001b6d712b28da Mon Sep 17 00:00:00 2001 From: Ryan Flegel Date: Mon, 20 Sep 2004 19:57:47 +0000 Subject: [PATCH] - fixed bug reported by Frank van der Loo SVN-Revision: 1954 --- src/sector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0