diff options
Diffstat (limited to 'engines/sci/graphics/robot.cpp')
| -rw-r--r-- | engines/sci/graphics/robot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/robot.cpp b/engines/sci/graphics/robot.cpp index a2243975f4..2f711eb58a 100644 --- a/engines/sci/graphics/robot.cpp +++ b/engines/sci/graphics/robot.cpp @@ -168,7 +168,7 @@ void Robot::draw() { //for (frame = 0; frame < 30; frame++) { for (y = 0; y < _height; y++) { for (x = 0; x < _width; x++) { - _screen->putPixel(x, y, SCI_SCREEN_MASK_VISUAL, *bitmapData, 0, 0); + _screen->putPixel(x, y, GFX_SCREEN_MASK_VISUAL, *bitmapData, 0, 0); bitmapData++; } } |
