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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat May 31 02:15:02 CEST 2008


Revision: 32410
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32410&view=rev
Author:   thebluegr
Date:     2008-05-30 17:15:01 -0700 (Fri, 30 May 2008)

Log Message:
-----------
rompo_y_salgo -> breakOut

Modified Paths:
--------------
    scummvm/trunk/engines/drascula/animation.cpp
    scummvm/trunk/engines/drascula/drascula.cpp
    scummvm/trunk/engines/drascula/drascula.h

Modified: scummvm/trunk/engines/drascula/animation.cpp
===================================================================
--- scummvm/trunk/engines/drascula/animation.cpp	2008-05-31 00:06:05 UTC (rev 32409)
+++ scummvm/trunk/engines/drascula/animation.cpp	2008-05-31 00:15:01 UTC (rev 32410)
@@ -1043,7 +1043,7 @@
 		sentido_vb = 1;
 		vb_x = 120;
 
-		rompo_y_salgo = 1;
+		breakOut = 1;
 	}
 }
 
@@ -1103,7 +1103,7 @@
 		animation_27_2();
 
 	flags[25] = 1;
-	rompo_y_salgo = 1;
+	breakOut = 1;
 }
 
 void DrasculaEngine::animation_23_joined() {
@@ -1233,7 +1233,7 @@
 
 	if (flags[38] == 0) {
 		talk(403);
-		rompo_y_salgo = 1;
+		breakOut = 1;
 	} else
 		talk(386);
 }
@@ -1277,7 +1277,7 @@
 	talk(410);
 	talk_vb(56);
 
-	rompo_y_salgo = 1;
+	breakOut = 1;
 
 	flags[38] = 0;
 	flags[36] = 1;
@@ -1531,7 +1531,7 @@
 void DrasculaEngine::animation_3_5() {
 	talk_bj(23);
 	pickObject(10);
-	rompo_y_salgo = 1;
+	breakOut = 1;
 }
 
 void DrasculaEngine::animation_4_5() {
@@ -2120,7 +2120,7 @@
 	talk_taber2(24);
 	addObject(21);
 	flags[10] = 1;
-	rompo_y_salgo = 1;
+	breakOut = 1;
 }
 
 void DrasculaEngine::animation_15_6() {

Modified: scummvm/trunk/engines/drascula/drascula.cpp
===================================================================
--- scummvm/trunk/engines/drascula/drascula.cpp	2008-05-31 00:06:05 UTC (rev 32409)
+++ scummvm/trunk/engines/drascula/drascula.cpp	2008-05-31 00:15:01 UTC (rev 32410)
@@ -133,7 +133,7 @@
 		hasAnswer = 0;
 		conta_blind_vez = 0;
 		changeColor = 0;
-		rompo_y_salgo = 0;
+		breakOut = 0;
 		vb_x = 120; sentido_vb = 1; vb_se_mueve = 0; frame_vb = 1;
 		frame_piano = 0;
 		frame_drunk = 0;
@@ -3190,7 +3190,7 @@
 	int used3 = 0;
 	char buffer[256];
 
-	rompo_y_salgo = 0;
+	breakOut = 0;
 
 	strcpy(para_codificar, nom_fich);
 
@@ -3351,7 +3351,7 @@
 	} else if ((button_izq == 1) && (game4 == 2)) {
 		delay(100);
 		talk(phrase4, sound4);
-		rompo_y_salgo = 1;
+		breakOut = 1;
 	}
 
 	if (button_izq == 1) {
@@ -3364,7 +3364,7 @@
 	game3 = (used3 == 0) ? 1 : 3;
 	game4 = 1;
 
-	if (rompo_y_salgo == 0)
+	if (breakOut == 0)
 		goto bucle_opc;
 
 	if (num_ejec == 2)

Modified: scummvm/trunk/engines/drascula/drascula.h
===================================================================
--- scummvm/trunk/engines/drascula/drascula.h	2008-05-31 00:06:05 UTC (rev 32409)
+++ scummvm/trunk/engines/drascula/drascula.h	2008-05-31 00:15:01 UTC (rev 32410)
@@ -261,7 +261,7 @@
 	int hasAnswer;
 	int conta_blind_vez;
 	int changeColor;
-	int rompo_y_salgo;
+	int breakOut;
 	int vb_x, sentido_vb, vb_se_mueve, frame_vb;
 	float newHeight, newWidth;
 	int factor_red[202];


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