[Scummvm-cvs-logs] SF.net SVN: scummvm: [32645] scummvm/trunk/engines/drascula/interface.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Jun 10 20:56:59 CEST 2008
Revision: 32645
http://scummvm.svn.sourceforge.net/scummvm/?rev=32645&view=rev
Author: thebluegr
Date: 2008-06-10 11:56:59 -0700 (Tue, 10 Jun 2008)
Log Message:
-----------
verbo -> verb
Modified Paths:
--------------
scummvm/trunk/engines/drascula/interface.cpp
Modified: scummvm/trunk/engines/drascula/interface.cpp
===================================================================
--- scummvm/trunk/engines/drascula/interface.cpp 2008-06-10 18:54:32 UTC (rev 32644)
+++ scummvm/trunk/engines/drascula/interface.cpp 2008-06-10 18:56:59 UTC (rev 32645)
@@ -39,7 +39,7 @@
withoutVerb();
}
-void DrasculaEngine::selectVerb(int verbo) {
+void DrasculaEngine::selectVerb(int verb) {
int c = (menuScreen == 1) ? 0 : 171;
if (currentChapter == 5) {
@@ -50,10 +50,10 @@
addObject(pickedObject);
}
- copyBackground(OBJWIDTH * verbo, c, 0, 0, OBJWIDTH, OBJHEIGHT, backSurface, drawSurface3);
+ copyBackground(OBJWIDTH * verb, c, 0, 0, OBJWIDTH, OBJHEIGHT, backSurface, drawSurface3);
takeObject = 1;
- pickedObject = verbo;
+ pickedObject = verb;
}
bool DrasculaEngine::confirmExit() {
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