[Scummvm-cvs-logs] SF.net SVN: scummvm: [32285] scummvm/trunk/engines/m4/script.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon May 26 14:05:56 CEST 2008


Revision: 32285
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32285&view=rev
Author:   lordhoto
Date:     2008-05-26 05:05:55 -0700 (Mon, 26 May 2008)

Log Message:
-----------
Formatting.

Modified Paths:
--------------
    scummvm/trunk/engines/m4/script.h

Modified: scummvm/trunk/engines/m4/script.h
===================================================================
--- scummvm/trunk/engines/m4/script.h	2008-05-26 11:17:57 UTC (rev 32284)
+++ scummvm/trunk/engines/m4/script.h	2008-05-26 12:05:55 UTC (rev 32285)
@@ -300,7 +300,7 @@
 	const T& toData(const ScriptValue &value) {
 		printf("ScriptInterpreter::toData() index = %d; type = %d; max = %d\n", value.value, _data[value.value]->type, _data.size());
 		assert((uint32)value.value < _data.size());
-		T* result = _dataCache->load<T>(_scriptFile, _data[value.value]->offset);
+		T *result = _dataCache->load<T>(_scriptFile, _data[value.value]->offset);
 		return *result;
 	}
 


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