Index: games/kuklomenos/files/patch-node.cc =================================================================== --- games/kuklomenos/files/patch-node.cc (nonexistent) +++ games/kuklomenos/files/patch-node.cc (working copy) @@ -0,0 +1,11 @@ +--- node.cc.orig 2009-10-04 14:01:21 UTC ++++ node.cc +@@ -175,7 +175,7 @@ Uint32 Node::colour() const + { + intensity = (status == NODEST_NONE ? 0x80 : 0xbf); + intensity += int( (0xff - intensity) * +- std::max(0.0, 1 - ( fabs(angleDiff(spin*3, 0)) * 2 )) ); ++ std::max(0.0f, 1 - ( fabsf(angleDiff(spin*3, 0)) * 2 )) ); + } + } + else Property changes on: games/kuklomenos/files/patch-node.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property