[Scummvm-cvs-logs] SF.net SVN: scummvm:[35942] scummvm/trunk/engines/kyra
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Jan 20 10:32:43 CET 2009
Revision: 35942
http://scummvm.svn.sourceforge.net/scummvm/?rev=35942&view=rev
Author: lordhoto
Date: 2009-01-20 09:32:43 +0000 (Tue, 20 Jan 2009)
Log Message:
-----------
Yet another two small formatting fixes.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/scene_lol.cpp
scummvm/trunk/engines/kyra/script_lol.cpp
Modified: scummvm/trunk/engines/kyra/scene_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene_lol.cpp 2009-01-20 09:30:41 UTC (rev 35941)
+++ scummvm/trunk/engines/kyra/scene_lol.cpp 2009-01-20 09:32:43 UTC (rev 35942)
@@ -893,7 +893,7 @@
if (hasWall(t) && !(_wllWallFlags[t2] & 8))
generateBlockDrawingBufferF1(17, 3, t, 102, 3, 5);
- else if(t && (_wllWallFlags[t2] & 8))
+ else if (t && (_wllWallFlags[t2] & 8))
generateBlockDrawingBufferF1(17, 3, t2, 102, 3, 5);
t = _curBlockCaps[2]->walls[_sceneDrawVar2];
Modified: scummvm/trunk/engines/kyra/script_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_lol.cpp 2009-01-20 09:30:41 UTC (rev 35941)
+++ scummvm/trunk/engines/kyra/script_lol.cpp 2009-01-20 09:32:43 UTC (rev 35942)
@@ -172,7 +172,7 @@
int LoLEngine::olol_getItemPara(EMCState *script) {
debugC(3, kDebugLevelScriptFuncs, "LoLEngine::olol_getItemPara(%p) (%d, %d)", (const void *)script, stackPos(0), stackPos(1));
- if(!stackPos(0))
+ if (!stackPos(0))
return 0;
ItemInPlay *i = &_itemsInPlay[stackPos(0)];
@@ -272,7 +272,7 @@
// case 8 should fall through till case 10. case 8 seems to handle
// max magic points settings, while case 10 seems to remove an
// item from the inventory of a character. If it should really
- // fall through please add "// fall throught" at the end of the
+ // fall through please add "// fall through" at the end of the
// case.
switch (stackPos(1)) {
case 0:
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