X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsector.cpp;h=017eff71446150fa412e99c5078654d74e924416;hb=3fcc45aed0cc7675b82082d139745c8130965299;hp=52167756f7838906d4bf3aa20265950c744ff72b;hpb=ca3b6dabb3a339a05b33ed0b90001b6d712b28da;p=supertux.git diff --git a/src/sector.cpp b/src/sector.cpp index 52167756f..017eff714 100644 --- a/src/sector.cpp +++ b/src/sector.cpp @@ -45,8 +45,9 @@ Sector* Sector::_current = 0; Sector::Sector() - : gravity(10), player(0), solids(0), background(0), camera(0), - end_sequence_animation_type(NONE_ENDSEQ_ANIM), currentmusic(LEVEL_MUSIC) + : end_sequence_animation_type(NONE_ENDSEQ_ANIM), + gravity(10), player(0), solids(0), background(0), camera(0), + currentmusic(LEVEL_MUSIC) { song_title = "Mortimers_chipdisko.mod"; player = new Player();