Skip to content

Commit

Permalink
TSAGE: Fix 3 uninitialized variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jan 26, 2015
1 parent 7ebd6c9 commit e8c9a82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/tsage/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ InvObject::InvObject(int sceneNumber, int rlbNum, int cursorNum, CursorType curs
_bounds = s.getBounds();

DEALLOCATE(imgData);
_visage = 0;
_strip = 0;
_frame = 0;
}

InvObject::InvObject(int visage, int strip, int frame) {
Expand Down

0 comments on commit e8c9a82

Please sign in to comment.