[Scummvm-devel] DISABLE_SCUMM_7_8 omission

Sumthin' Wicked sumthinwicked at users.sourceforge.net
Tue May 31 17:18:13 CEST 2005


Hey folks,

While compiling for UIQ/Symbian with DISABLE_SCUM_7_8 I noticed that
scumm/verbs.cpp still has a dep on 7_8 code in void
ScummEngine_v7::drawVerb(int verb, int mode)...

Here's the diff:



diff -u -r1.137 verbs.cpp
--- verbs.cpp	26 May 2005 16:39:40 -0000	1.137
+++ verbs.cpp	31 May 2005 23:39:00 -0000
@@ -486,6 +486,7 @@
 	return 0;
 }
 
+#ifndef DISABLE_SCUMM_7_8
 void ScummEngine_v7::drawVerb(int verb, int mode) {
 	VerbSlot *vs;
 
@@ -540,6 +541,7 @@
 		vs->oldRect = vs->curRect;
 	}
 }
+#endif
 
 void ScummEngine::drawVerb(int verb, int mode) {
 	VerbSlot *vs;




Still going strong... Hehe. Working with Lars to iron out the quirks of UIQ
and the ancient GCC version (pre-3.. Yuck). I hope we'll release Patch.v4
soon...

Greetings from Mexico,
SumthinWicked






More information about the Scummvm-devel mailing list