[Scummvm-git-logs] scummvm master -> 098c64e696f0e3c7940b2c545e53b4ca3edebe14

sev- noreply at scummvm.org
Thu Aug 10 15:46:34 UTC 2023


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:
098c64e696 BLADERUNNER: Remove extra semicolon


Commit: 098c64e696f0e3c7940b2c545e53b4ca3edebe14
    https://github.com/scummvm/scummvm/commit/098c64e696f0e3c7940b2c545e53b4ca3edebe14
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-08-10T17:43:00+02:00

Commit Message:
BLADERUNNER: Remove extra semicolon

Changed paths:
    engines/bladerunner/vqa_decoder.cpp


diff --git a/engines/bladerunner/vqa_decoder.cpp b/engines/bladerunner/vqa_decoder.cpp
index 9557cdc1d4c..eb5f12ec791 100644
--- a/engines/bladerunner/vqa_decoder.cpp
+++ b/engines/bladerunner/vqa_decoder.cpp
@@ -211,7 +211,7 @@ void VQADecoder::overrideOffsetXY(uint16 offX, uint16 offY) {
 	if (_videoTrack != nullptr) {
 		_videoTrack->overrideOffsetXY(offX, offY);
 	}
-};
+}
 
 
 void VQADecoder::decodeVideoFrame(Graphics::Surface *surface, int frame, bool forceDraw) {
@@ -1338,7 +1338,7 @@ bool VQADecoder::VQAVideoTrack::decodeFrame(Graphics::Surface *surface) {
 						// With the even rows of the line blocks completely filled, go to the odd rows
 						// which are empty and completely fill them in, too.
 						// NOTE if _allowVerticalScanlines is true, then the even rows are not completely filled.
-						//      In that case we need to skip the odd columns here 
+						//      In that case we need to skip the odd columns here
 						uint8 topColorIdx = 0;
 						uint8 botColorIdx = 0;
 						uint8 jIncr = 1;




More information about the Scummvm-git-logs mailing list