[Scummvm-git-logs] scummvm master -> 82c0b919751974795e616148f052a3fe1f03ed45

athrxx athrxx at scummvm.org
Tue Aug 3 19:14:47 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
82c0b91975 SCUMM: whitespace


Commit: 82c0b919751974795e616148f052a3fe1f03ed45
    https://github.com/scummvm/scummvm/commit/82c0b919751974795e616148f052a3fe1f03ed45
Author: athrxx (athrxx at scummvm.org)
Date: 2021-08-03T21:14:32+02:00

Commit Message:
SCUMM: whitespace

Changed paths:
    engines/scumm/akos.cpp


diff --git a/engines/scumm/akos.cpp b/engines/scumm/akos.cpp
index d5d2609e6c..86e661969b 100644
--- a/engines/scumm/akos.cpp
+++ b/engines/scumm/akos.cpp
@@ -639,7 +639,7 @@ void AkosRenderer::codec1_genericDecode(Codec1 &v1) {
 				scaleytab = &v1.scaletable[v1.scaleYindex];
 				lastColumnX = v1.x;
 
-				if (_scaleX == 255 || v1.scaletable[v1.scaleXindex] < _scaleX) {	
+				if (_scaleX == 255 || v1.scaletable[v1.scaleXindex] < _scaleX) {
 					v1.x += v1.scaleXstep;
 					if (v1.x < 0 || v1.x >= v1.boundsRect.right)
 						return;




More information about the Scummvm-git-logs mailing list