[Scummvm-git-logs] scummvm master -> 8fabf9b64fabd24d94db9abd72ed4fdb03392c3c

elasota noreply at scummvm.org
Sun Mar 31 20:29:42 UTC 2024


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:
8fabf9b64f VCRUISE: Remove bad code line


Commit: 8fabf9b64fabd24d94db9abd72ed4fdb03392c3c
    https://github.com/scummvm/scummvm/commit/8fabf9b64fabd24d94db9abd72ed4fdb03392c3c
Author: elasota (1137273+elasota at users.noreply.github.com)
Date: 2024-03-31T16:29:28-04:00

Commit Message:
VCRUISE: Remove bad code line

Changed paths:
    engines/vcruise/vcruise.cpp


diff --git a/engines/vcruise/vcruise.cpp b/engines/vcruise/vcruise.cpp
index 5267899759f..0b02f86a237 100644
--- a/engines/vcruise/vcruise.cpp
+++ b/engines/vcruise/vcruise.cpp
@@ -89,7 +89,6 @@ Common::Error VCruiseEngine::run() {
 
 #if !defined(USE_JPEG)
 	if (_gameDescription->desc.flags & VCRUISE_GF_NEED_JPEG) {
-		.
 		return Common::Error(Common::kUnknownError, _s("This game requires JPEG support, which was not compiled in."));
 	}
 #endif




More information about the Scummvm-git-logs mailing list