[Scummvm-cvs-logs] scummvm-tools master -> 2e4d5f8ddc955cecc2daf4d9be7ed71b141e84c2

Strangerke Strangerke at scummvm.org
Sun Jan 3 10:12:01 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:
2e4d5f8ddc TOOLS: compress_tony - renaming in standalone code


Commit: 2e4d5f8ddc955cecc2daf4d9be7ed71b141e84c2
    https://github.com/scummvm/scummvm-tools/commit/2e4d5f8ddc955cecc2daf4d9be7ed71b141e84c2
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-01-03T10:05:44+01:00

Commit Message:
TOOLS: compress_tony - renaming in standalone code

Changed paths:
    engines/tony/compress_tony.cpp



diff --git a/engines/tony/compress_tony.cpp b/engines/tony/compress_tony.cpp
index 752b614..c1ad81f 100644
--- a/engines/tony/compress_tony.cpp
+++ b/engines/tony/compress_tony.cpp
@@ -220,7 +220,7 @@ void CompressTony::execute() {
 
 #ifdef STANDALONE_MAIN
 int main(int argc, char *argv[]) {
-	CompressTony tinsel(argv[0]);
-	return tinsel.run(argc, argv);
+	CompressTony tony(argv[0]);
+	return tony.run(argc, argv);
 }
 #endif






More information about the Scummvm-git-logs mailing list