[Scummvm-cvs-logs] scummvm master -> 5843fc11579150313b90ead919a8805081839f06

bluegr md5 at scummvm.org
Sun Dec 18 19:23:34 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5843fc1157 DREAMWEB: 'nextcolon' is unused


Commit: 5843fc11579150313b90ead919a8805081839f06
    https://github.com/scummvm/scummvm/commit/5843fc11579150313b90ead919a8805081839f06
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-12-18T10:22:03-08:00

Commit Message:
DREAMWEB: 'nextcolon' is unused

Changed paths:
    devtools/tasmrecover/tasm-recover
    engines/dreamweb/dreamgen.cpp
    engines/dreamweb/dreamgen.h



diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover
index 102f51d..5f245b4 100755
--- a/devtools/tasmrecover/tasm-recover
+++ b/devtools/tasmrecover/tasm-recover
@@ -607,6 +607,7 @@ generator = cpp(context, "DreamGen", blacklist = [
 	'neterror',
 	'newgame',
 	'newplace',
+	'nextcolon',
 	'nextdest',
 	'nextfolder',
 	'nextsymbol',
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp
index 5be7126..f97eba4 100644
--- a/engines/dreamweb/dreamgen.cpp
+++ b/engines/dreamweb/dreamgen.cpp
@@ -2137,16 +2137,6 @@ finishpars:
 	di = offset_operand1;
 }
 
-void DreamGenContext::nextColon() {
-	STACK_CHECK;
-lookcolon:
-	al = es.byte(si);
-	_inc(si);
-	_cmp(al, ':');
-	if (!flags.z())
-		goto lookcolon;
-}
-
 void DreamGenContext::findPathOfPoint() {
 	STACK_CHECK;
 	push(ax);
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h
index 9b5665c..fb96515 100644
--- a/engines/dreamweb/dreamgen.h
+++ b/engines/dreamweb/dreamgen.h
@@ -488,7 +488,6 @@ public:
 	void purgeAnItem();
 	void purgeALocation();
 	void getSetAd();
-	void nextColon();
 	void findOpenPos();
 	void searchForSame();
 	void rollEm();






More information about the Scummvm-git-logs mailing list