projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
787176b
)
- fixed bug reported by Frank van der Loo
author
Ryan Flegel
<rflegel@gmail.com>
Mon, 20 Sep 2004 19:57:47 +0000
(19:57 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Mon, 20 Sep 2004 19:57:47 +0000
(19:57 +0000)
SVN-Revision: 1954
src/sector.cpp
patch
|
blob
|
history
diff --git
a/src/sector.cpp
b/src/sector.cpp
index
0cd48d8
..
5216775
100644
(file)
--- 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();