Skip to content

Commit

Permalink
TSAGE: Fix a valgrind warning in SceneObject initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jun 1, 2011
1 parent a2cad5a commit c0d70b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/tsage/core.cpp
Expand Up @@ -1688,6 +1688,7 @@ SceneObject::SceneObject() : SceneHotspot() {
_flags |= OBJFLAG_PANES;

_frameChange = 0;
_visage = 0;
}

SceneObject::SceneObject(const SceneObject &so) : SceneHotspot() {
Expand Down

0 comments on commit c0d70b6

Please sign in to comment.