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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri May 30 12:04:40 CEST 2008


Revision: 32389
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32389&view=rev
Author:   thebluegr
Date:     2008-05-30 03:04:39 -0700 (Fri, 30 May 2008)

Log Message:
-----------
talk_igor_frente -> talk_igor_front

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

Modified: scummvm/trunk/engines/drascula/animation.cpp
===================================================================
--- scummvm/trunk/engines/drascula/animation.cpp	2008-05-30 10:02:56 UTC (rev 32388)
+++ scummvm/trunk/engines/drascula/animation.cpp	2008-05-30 10:04:39 UTC (rev 32389)
@@ -381,7 +381,7 @@
 		pause(18);
 		if ((term_int == 1) || (getScan() == Common::KEYCODE_ESCAPE))
 			break;
-		talk_igor_frente(_texti[_lang][6], "I6.als");
+		talk_igor_front(_texti[_lang][6], "I6.als");
 		if ((term_int == 1) || (getScan() == Common::KEYCODE_ESCAPE))
 			break;
 		fadeToBlack(0);
@@ -2092,7 +2092,7 @@
 	talk_igor_dch(11);
 	sentido_igor = 3;
 	talk_dr_dch(33);
-	talk_igor_frente(_texti[_lang][12], "I12.als");
+	talk_igor_front(_texti[_lang][12], "I12.als");
 	talk_dr_dch(34);
 	sentido_dr = 0;
 	talk_dr_izq(35);
@@ -2914,8 +2914,8 @@
 	decompressPic(frontSurface, 1);
 	x_igor = 100;
 	y_igor = 65;
-	talk_igor_frente(_texti[_lang][29], "I29.ALS");
-	talk_igor_frente(_texti[_lang][30], "I30.als");
+	talk_igor_front(_texti[_lang][29], "I29.ALS");
+	talk_igor_front(_texti[_lang][30], "I30.als");
 	loadPic("96.alg");
 	decompressPic(frontSurface, 1);
 	loadPic("99.alg");
@@ -2943,7 +2943,7 @@
 	placeIgor();
 	updateScreen(0, 0, 0, 0, 320, 200, screenSurface);
 	pause(40);
-	talk_igor_frente(_texti[_lang][26], "I26.als");
+	talk_igor_front(_texti[_lang][26], "I26.als");
 	roomNumber = prevRoom;
 	clearRoom();
 	loadPic("96.alg");

Modified: scummvm/trunk/engines/drascula/drascula.h
===================================================================
--- scummvm/trunk/engines/drascula/drascula.h	2008-05-30 10:02:56 UTC (rev 32388)
+++ scummvm/trunk/engines/drascula/drascula.h	2008-05-30 10:04:39 UTC (rev 32389)
@@ -493,7 +493,7 @@
 	void talk_dr_izq(int);
 	void talk_dr_izq(const char *said, const char *filename);
 	void talk_solo(const char *, const char *);
-	void talk_igor_frente(const char *, const char *);
+	void talk_igor_front(const char *, const char *);
 	void talk_tabernero(int);
 	void talk_tabernero(const char *said, const char *filename);
 	void talk_igor_door(const char *said, const char *filename);

Modified: scummvm/trunk/engines/drascula/talk.cpp
===================================================================
--- scummvm/trunk/engines/drascula/talk.cpp	2008-05-30 10:02:56 UTC (rev 32388)
+++ scummvm/trunk/engines/drascula/talk.cpp	2008-05-30 10:04:39 UTC (rev 32389)
@@ -290,7 +290,7 @@
 	}
 }
 
-void DrasculaEngine::talk_igor_frente(const char *said, const char *filename) {
+void DrasculaEngine::talk_igor_front(const char *said, const char *filename) {
 	int x_talk[8] = { 56, 86, 116, 146, 176, 206, 236, 266 };
 	int face;
 	int length = strlen(said);


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