aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/groovie/roq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/roq.cpp b/engines/groovie/roq.cpp
index b016fb8e7f..1181cc56d8 100644
--- a/engines/groovie/roq.cpp
+++ b/engines/groovie/roq.cpp
@@ -628,7 +628,7 @@ void ROQPlayer::paint8(byte i, int destx, int desty) {
void ROQPlayer::copy(byte size, int destx, int desty, int offx, int offy) {
offx *= _offScale / _scale;
- offy *= _offScale / _scale;
+ offy *= _scale;
// Get the beginning of the first line
byte *dst = (byte *)_currBuf->getBasePtr(destx, desty);