[Scummvm-cvs-logs] scummvm-tools master -> ed96f6ae4b36b8b46f3d3a87efc6f4257a0c1f73

Strangerke Strangerke at scummvm.org
Mon Jan 4 14:01:06 CET 2016


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

Summary:
ed96f6ae4b TOOLS: Disable progress bar in CompressTony


Commit: ed96f6ae4b36b8b46f3d3a87efc6f4257a0c1f73
    https://github.com/scummvm/scummvm-tools/commit/ed96f6ae4b36b8b46f3d3a87efc6f4257a0c1f73
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-01-04T13:54:57+01:00

Commit Message:
TOOLS: Disable progress bar in CompressTony

Changed paths:
    engines/tony/compress_tony.cpp



diff --git a/engines/tony/compress_tony.cpp b/engines/tony/compress_tony.cpp
index c1ad81f..483db4f 100644
--- a/engines/tony/compress_tony.cpp
+++ b/engines/tony/compress_tony.cpp
@@ -38,7 +38,7 @@ template<typename T> inline T CLIP (T v, T amin, T amax) {
 }
 
 CompressTony::CompressTony(const std::string &name) : CompressionTool(name, TOOLTYPE_COMPRESSION) {
-	_supportsProgressBar = true;
+	_supportsProgressBar = false;
 
 	ToolInput input1;
 	input1.format = "*.adp";






More information about the Scummvm-git-logs mailing list