-converted remaining classes to GameObject
[supertux.git] / src / scene.cpp
index d7034a9..ccdce0b 100644 (file)
@@ -69,7 +69,7 @@ PlayerStatus::BonusType string_to_bonus(const std::string& str)
 }
 
 // FIXME: Move this into a view class
-float scroll_x;
+float scroll_x, scroll_y;
 
 unsigned int global_frame_counter;