X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsupertux%2Flevelintro.hpp;h=e39decf51c61e69f3d45e6ee56a6c9587077b647;hb=12a28b64dcce9c7ff706451b4f3aecd201cc8a5f;hp=5afee4cc162a11c6023da2f19a196a300ff99dc0;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/supertux/levelintro.hpp b/src/supertux/levelintro.hpp index 5afee4cc1..e39decf51 100644 --- a/src/supertux/levelintro.hpp +++ b/src/supertux/levelintro.hpp @@ -51,6 +51,10 @@ private: float player_sprite_py; /**< Position (y axis) for the player sprite */ float player_sprite_vy; /**< Velocity (y axis) for the player sprite */ Timer player_sprite_jump_timer; /**< When timer fires, the player sprite will "jump" */ + +private: + LevelIntro(const LevelIntro&); + LevelIntro& operator=(const LevelIntro&); }; #endif