diff options
Diffstat (limited to 'engines/groovie')
-rw-r--r-- | engines/groovie/roq.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/groovie/roq.cpp b/engines/groovie/roq.cpp index ca896a8d21..53f335ce68 100644 --- a/engines/groovie/roq.cpp +++ b/engines/groovie/roq.cpp @@ -138,9 +138,7 @@ void ROQPlayer::buildShowBuf() { } // Swap buffers - Graphics::Surface *tmp = _prevBuf; - _prevBuf = _currBuf; - _currBuf = tmp; + SWAP(_prevBuf, _currBuf); } bool ROQPlayer::playFrameInternal() { |