[Scummvm-git-logs] scummvm master -> d5c8f312ac89b2f9d3de1ec98257ba2201167988

sev- noreply at scummvm.org
Mon Jul 31 07:59:48 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:
d5c8f312ac GOB: added version number of SLIDE


Commit: d5c8f312ac89b2f9d3de1ec98257ba2201167988
    https://github.com/scummvm/scummvm/commit/d5c8f312ac89b2f9d3de1ec98257ba2201167988
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-31T09:59:44+02:00

Commit Message:
GOB: added version number of SLIDE

Changed paths:
    engines/gob/demos/batplayer.cpp


diff --git a/engines/gob/demos/batplayer.cpp b/engines/gob/demos/batplayer.cpp
index b4f495c6cba..c44a356f090 100644
--- a/engines/gob/demos/batplayer.cpp
+++ b/engines/gob/demos/batplayer.cpp
@@ -42,7 +42,7 @@ bool BATPlayer::playStream(Common::SeekableReadStream &bat) {
 	while (!bat.err() && !bat.eos()) {
 		Common::String line = bat.readLine();
 
-		// Interpret
+		// Interpret (SLIDE V1.00)
 		if (lineStartsWith(line, "slide ")) {
 			playVideo(line.c_str() + 6);
 			clearScreen();




More information about the Scummvm-git-logs mailing list