[Scummvm-cvs-logs] scummvm master -> 4e68b06fed3d2f0f2b8236cb7424cab4321f7b2d

digitall digitall at scummvm.org
Fri Feb 24 20:44:59 CET 2012


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:
4e68b06fed DREAMWEB: Remove uneeded Common::String construction.


Commit: 4e68b06fed3d2f0f2b8236cb7424cab4321f7b2d
    https://github.com/scummvm/scummvm/commit/4e68b06fed3d2f0f2b8236cb7424cab4321f7b2d
Author: D G Turner (digitall at scummvm.org)
Date: 2012-02-24T11:43:49-08:00

Commit Message:
DREAMWEB: Remove uneeded Common::String construction.

Changed paths:
    engines/dreamweb/dreamweb.cpp



diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp
index 4ed6ef7..9c02cd7 100644
--- a/engines/dreamweb/dreamweb.cpp
+++ b/engines/dreamweb/dreamweb.cpp
@@ -62,7 +62,7 @@ DreamWebEngine::DreamWebEngine(OSystem *syst, const DreamWebGameDescription *gam
 	_channel0 = 0;
 	_channel1 = 0;
 
-	_datafilePrefix = Common::String("DREAMWEB.");
+	_datafilePrefix = "DREAMWEB.";
 
 	_openChangeSize = kInventx+(4*kItempicsize);
 	_quitRequested = false;






More information about the Scummvm-git-logs mailing list