summaryrefslogtreecommitdiff
path: root/games/ivan/patches/patch-am
blob: 7c642daa6009ba96fd343dda602d8ef1c608069e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.1 2008/07/27 21:44:47 dholland Exp $

--- Main/Source/fluid.cpp~	2004-12-10 10:51:45.000000000 -0500
+++ Main/Source/fluid.cpp	2008-07-27 16:38:19.000000000 -0400
@@ -598,7 +598,7 @@
   if(!UseImage())
     return;
 
-  truth InitRandMap = truth(MotherItem);
+  truth InitRandMap = truth(MotherItem != NULL);
   Image.Clear(InitRandMap);
 
   if(GearImage)