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

sev- noreply at scummvm.org
Sun Jul 10 09:54:57 UTC 2022


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:
a717dd278a DIRECTOR: Temporarily disable picture test


Commit: a717dd278a0ce37671c13c707efc2cc980b65f29
    https://github.com/scummvm/scummvm/commit/a717dd278a0ce37671c13c707efc2cc980b65f29
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-07-10T11:54:40+02:00

Commit Message:
DIRECTOR: Temporarily disable picture test

Changed paths:
    engines/director/tests.cpp


diff --git a/engines/director/tests.cpp b/engines/director/tests.cpp
index 5d2b93e9f4f..d155cbcf609 100644
--- a/engines/director/tests.cpp
+++ b/engines/director/tests.cpp
@@ -109,6 +109,7 @@ void Window::testFontScaling() {
 		x += tile->getSurface()->w + 10;
 	}
 
+#if 0
 	Common::String path = pathMakeRelative("blend2.pic");
 	Common::File in;
 	in.open(path);
@@ -122,7 +123,7 @@ void Window::testFontScaling() {
 	k->loadStream(in);
 	surface.blitFrom(k->getSurface(), Common::Point(5, 280));
 	in.close();
-
+#endif
 	g_system->copyRectToScreen(surface.getPixels(), surface.pitch, 0, 0, w, h); // testing fonts
 
 	Common::Event event;




More information about the Scummvm-git-logs mailing list