Improved frozen behavior.
[supertux.git] / src / scene.h
index 6beaeb6..d2fa82f 100644 (file)
@@ -46,7 +46,7 @@ PlayerStatus::BonusType string_to_bonus(const std::string& str);
 
 extern PlayerStatus player_status;
 
-extern float scroll_x;
+extern float scroll_x, scroll_y;
 extern unsigned int global_frame_counter;
 
 #endif /*SUPERTUX_SCENE_H*/