aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/puzzle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/puzzle.cpp b/saga/puzzle.cpp
index 791c1325fe..1a0a96c130 100644
--- a/saga/puzzle.cpp
+++ b/saga/puzzle.cpp
@@ -217,7 +217,7 @@ void Puzzle::exitPuzzle(void) {
}
void Puzzle::initPieces(void) {
- ActorData *puzzle = _vm->_actor->getActor(RID_ITE_ACTOR_PUZZLE);
+ // ActorData *puzzle = _vm->_actor->getActor(RID_ITE_ACTOR_PUZZLE);
}
void Puzzle::movePiece(Point mousePt) {