X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsupertux%2Fgame_object.cpp;h=05347abcb8f9adba634903ad8a761e90c06050d5;hb=6439a128a74283b5d54d5b74d64b403588d6a12c;hp=bb76c99c530ebdca37b044186b6c6b705f0f7ee5;hpb=2b96a2306fcf206e1b4cc0d0baf16581fc6bf276;p=supertux.git diff --git a/src/supertux/game_object.cpp b/src/supertux/game_object.cpp index bb76c99c5..05347abcb 100644 --- a/src/supertux/game_object.cpp +++ b/src/supertux/game_object.cpp @@ -25,6 +25,7 @@ GameObject::GameObject() : } GameObject::GameObject(const GameObject& rhs) : + RefCounter(), wants_to_die(rhs.wants_to_die), remove_listeners(NULL), name(rhs.name)