[Scummvm-cvs-logs] SF.net SVN: scummvm: [32422] scummvm/trunk/engines/drascula

sev at users.sourceforge.net sev at users.sourceforge.net
Sat May 31 12:01:13 CEST 2008


Revision: 32422
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32422&view=rev
Author:   sev
Date:     2008-05-31 03:01:13 -0700 (Sat, 31 May 2008)

Log Message:
-----------
Remove trailing spaces

Modified Paths:
--------------
    scummvm/trunk/engines/drascula/drascula.cpp
    scummvm/trunk/engines/drascula/rooms.cpp
    scummvm/trunk/engines/drascula/staticdata.h
    scummvm/trunk/engines/drascula/talk.cpp

Modified: scummvm/trunk/engines/drascula/drascula.cpp
===================================================================
--- scummvm/trunk/engines/drascula/drascula.cpp	2008-05-31 09:55:11 UTC (rev 32421)
+++ scummvm/trunk/engines/drascula/drascula.cpp	2008-05-31 10:01:13 UTC (rev 32422)
@@ -1512,7 +1512,7 @@
 	int textPos[8];
 	int letterY = 0, letterX = 0, h, length;
 	length = strlen(said);
-	
+
 	for (h = 0; h < length; h++) {
 		int c = toupper(said[h]);
 

Modified: scummvm/trunk/engines/drascula/rooms.cpp
===================================================================
--- scummvm/trunk/engines/drascula/rooms.cpp	2008-05-31 09:55:11 UTC (rev 32421)
+++ scummvm/trunk/engines/drascula/rooms.cpp	2008-05-31 10:01:13 UTC (rev 32422)
@@ -32,7 +32,7 @@
 	bool didAction = false;
 
 	for (int i = 0; i < ARRAYSIZE(roomActions); i++) {
-		if (roomActions[i].num == currentChapter || 
+		if (roomActions[i].num == currentChapter ||
 			roomActions[i].num == -1) {
 			if (roomActions[i].action == pickedObject ||
 				roomActions[i].action == kVerbDefault) {
@@ -57,7 +57,7 @@
 		return;
 
 	// non-default actions
-	if (currentChapter == 2 || currentChapter == 4 || 
+	if (currentChapter == 2 || currentChapter == 4 ||
 		currentChapter == 5 || currentChapter == 6) {
 		if (pickedObject == kVerbLook) {
 			talk(mirar_t[c_mirar]);
@@ -149,7 +149,7 @@
 	if (roomParse(room5Actions, fl))
 		return;
 
-	if (pickedObject == kVerbLook && fl == 136 && flags[8] == 0) 
+	if (pickedObject == kVerbLook && fl == 136 && flags[8] == 0)
 		talk(14);
 	else if (pickedObject == 10 && fl == 136) {
 		animation_5_2();
@@ -1983,7 +1983,7 @@
 			else if (pickedObject == kVerbLook && fl == 17)
 				talk(478);
 			else if (pickedObject == kVerbLook && fl == 20)
-				talk(162); 
+				talk(162);
 			else
 				hasAnswer = 0;
 		} else if (currentChapter == 6) {

Modified: scummvm/trunk/engines/drascula/staticdata.h
===================================================================
--- scummvm/trunk/engines/drascula/staticdata.h	2008-05-31 09:55:11 UTC (rev 32421)
+++ scummvm/trunk/engines/drascula/staticdata.h	2008-05-31 10:01:13 UTC (rev 32422)
@@ -31,7 +31,7 @@
 namespace Drascula {
 
 const CharInfo charMap[CHARMAP_SIZE] = {
-	//               Letters                  
+	//               Letters
 	// ---------------------------------------
 	{    'A',   6,   0 }, {    'B',  15,   0 },
 	{    'C',  24,   0 }, {    'D',  33,   0 },
@@ -49,7 +49,7 @@
 	{    'Y', 231,   0 }, {    'Z', 240,   0 },
 	// ---------------------------------------
 	{   0xa7, 250,   0 }, {    ' ', 250,   0 },
-	//               Signs                    
+	//               Signs
 	// ---------------------------------------
 	{    '.',   6,   1 }, {    ',',  15,   1 },
 	{    '-',  24,   1 }, {    '?',  33,   1 },
@@ -66,7 +66,7 @@
 	{    '5', 222,   1 }, {    '6', 231,   1 },
 	{    '7', 240,   1 }, {    '8', 249,   1 },
 	{    '9', 258,   1 }, {    '0', 267,   1 },
-	//               Accented                 
+	//               Accented
 	// ---------------------------------------
 	{ '\240',   6,   2 }, { '\202',  15,   2 },	// A, B
 	{ '\241',  24,   2 }, { '\242',  33,   2 },	// C, D

Modified: scummvm/trunk/engines/drascula/talk.cpp
===================================================================
--- scummvm/trunk/engines/drascula/talk.cpp	2008-05-31 09:55:11 UTC (rev 32421)
+++ scummvm/trunk/engines/drascula/talk.cpp	2008-05-31 10:01:13 UTC (rev 32422)
@@ -200,7 +200,7 @@
 	} while (!isTalkFinished(&length));
 
 	if (currentChapter == 6)
-		updateRoom(); 
+		updateRoom();
 
 	placeIgor();
 	placeDrascula();


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