[Scummvm-cvs-logs] SF.net SVN: scummvm:[40668] scummvm/trunk/engines/kyra/gui_lol.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon May 18 01:41:17 CEST 2009


Revision: 40668
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40668&view=rev
Author:   lordhoto
Date:     2009-05-17 23:41:16 +0000 (Sun, 17 May 2009)

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

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/gui_lol.cpp

Modified: scummvm/trunk/engines/kyra/gui_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_lol.cpp	2009-05-17 23:15:26 UTC (rev 40667)
+++ scummvm/trunk/engines/kyra/gui_lol.cpp	2009-05-17 23:41:16 UTC (rev 40668)
@@ -718,26 +718,26 @@
 	}
 
 	switch (inputFlag) {
-		case 43:
-		case 61:
-			// space or enter
-			snd_stopSpeech(true);
-			break;
-		case 55:
-			if (_weaponsDisabled || _availableSpells[1] == -1)
-				return;
+	case 43:
+	case 61:
+		// space or enter
+		snd_stopSpeech(true);
+		break;
+	case 55:
+		if (_weaponsDisabled || _availableSpells[1] == -1)
+			return;
 
-			gui_highlightSelectedSpell(false);
-			if (_availableSpells[++_selectedSpell] == -1)
-				_selectedSpell = 0;
-			gui_highlightSelectedSpell(true);
+		gui_highlightSelectedSpell(false);
+		if (_availableSpells[++_selectedSpell] == -1)
+			_selectedSpell = 0;
+		gui_highlightSelectedSpell(true);
 
-			gui_drawAllCharPortraitsWithStats();
-				break;
-		case 0x71a:
+		gui_drawAllCharPortraitsWithStats();
 			break;
-		default:
-			break;
+	case 0x71a:
+		break;
+	default:
+		break;
 	}
 }
 


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