aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/robot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/robot.cpp')
-rw-r--r--engines/sci/graphics/robot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/robot.cpp b/engines/sci/graphics/robot.cpp
index e1ba592e64..ef690388ab 100644
--- a/engines/sci/graphics/robot.cpp
+++ b/engines/sci/graphics/robot.cpp
@@ -58,7 +58,7 @@ void Robot::initData(GuiResourceId resourceId) {
void Robot::draw() {
byte *bitmapData = _resourceData + 0x48;
int x, y;
- int frame;
+ //int frame;
//for (frame = 0; frame < 30; frame++) {
for (y = 0; y < _height; y++) {