[Scummvm-cvs-logs] SF.net SVN: scummvm:[43773] scummvm/trunk/engines/gob/inter.h
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Thu Aug 27 18:36:19 CEST 2009
Revision: 43773
http://scummvm.svn.sourceforge.net/scummvm/?rev=43773&view=rev
Author: drmccoy
Date: 2009-08-27 16:36:19 +0000 (Thu, 27 Aug 2009)
Log Message:
-----------
Fixing a typo and copy-paste error
Modified Paths:
--------------
scummvm/trunk/engines/gob/inter.h
Modified: scummvm/trunk/engines/gob/inter.h
===================================================================
--- scummvm/trunk/engines/gob/inter.h 2009-08-27 16:29:56 UTC (rev 43772)
+++ scummvm/trunk/engines/gob/inter.h 2009-08-27 16:36:19 UTC (rev 43773)
@@ -35,7 +35,7 @@
namespace Gob {
// This is to help devices with small memory (PDA, smartphones, ...)
-// to save abit of memory used by opcode names in the Scumm engine.
+// to save a bit of memory used by opcode names in the Gob engine.
#ifndef REDUCE_MEMORY_USAGE
#define _OPCODEDRAW(ver, x) setProc(new Common::Functor0Mem<void, ver>(this, &ver::x), #x)
#define _OPCODEFUNC(ver, x) setProc(new Common::Functor1Mem<OpFuncParams &, bool, ver>(this, &ver::x), #x)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list