Package: blobwars
Version: 1.11-dfsg
Severity: normal
Tags: patch

The original blobwars uses a PAK file to obscure the details of its
levels.  Debian uses the unpacked data instead.  That is a good thing.

However, when doing that, certain extra features are enabled by the
code, notably an fps counter and the drawing of areas which trigger
events when touched.  The former has been disabled already, the latter
hasn't.  It should be. :-)

I've attached a trivial patch which does just that.

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://a82-93-13-222.adsl.xs4all.nl/e-mail.html
--- src/lineDefs.cpp	2009-04-18 21:29:37.000000000 +0200
+++ src.orig/lineDefs.cpp	2009-02-01 12:34:45.000000000 +0100
@@ -64,7 +64,7 @@ void doLineDefs()
 
 		if ((absX < 800) && (absY < 600))
 		{
-			#if !USEPAK && 0
+			#if !USEPAK
 				graphics.drawRect(x, y, lineDef->width, lineDef->height, graphics.red, graphics.screen);
 			#endif
 

Attachment: signature.asc
Description: Digital signature

Reply via email to