Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21358
Modified Files:
sector.cpp
Log Message:
- fixed bug reported by Frank van der Loo
Index: sector.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/sector.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- sector.cpp 20 Sep 2004 19:17:29 -0000 1.29
+++ sector.cpp 20 Sep 2004 19:57:47 -0000 1.30
@@ -46,7 +46,7 @@
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();
|