From 0281069747a0a8b81b6d51f5e090353334a74c01 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Mon, 3 Jul 2006 19:00:00 +0000 Subject: [PATCH] - fixed missing angle init SVN-Revision: 3857 --- src/sprite/sprite.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sprite/sprite.cpp b/src/sprite/sprite.cpp index e14621f80..00c624713 100644 --- a/src/sprite/sprite.cpp +++ b/src/sprite/sprite.cpp @@ -43,6 +43,7 @@ Sprite::Sprite(SpriteData& newdata) Sprite::Sprite(const Sprite& other) : data(other.data), frame(other.frame), animation_loops(other.animation_loops), + angle(0.0f), action(other.action) { last_ticks = real_time; -- 2.11.0