[Scummvm-cvs-logs] scummvm master -> 907c053fcab39b0601d9f92b33d994a4503de9a6
digitall
dgturner at iee.org
Sat Dec 7 01:02:57 CET 2013
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:
907c053fca COMPOSER: Correct comment in console class.
Commit: 907c053fcab39b0601d9f92b33d994a4503de9a6
https://github.com/scummvm/scummvm/commit/907c053fcab39b0601d9f92b33d994a4503de9a6
Author: D G Turner (digitall at scummvm.org)
Date: 2013-12-06T16:05:45-08:00
Commit Message:
COMPOSER: Correct comment in console class.
Changed paths:
engines/composer/console.cpp
diff --git a/engines/composer/console.cpp b/engines/composer/console.cpp
index 74cf8ee..8c68b32 100644
--- a/engines/composer/console.cpp
+++ b/engines/composer/console.cpp
@@ -28,4 +28,4 @@ Console::Console(ComposerEngine *vm) : GUI::Debugger() {
_vm = vm;
}
-} // End of namespace Agi
+} // End of namespace Composer
More information about the Scummvm-git-logs
mailing list