Index: head/games/critterding/files/patch-src_brainz_brainz.cpp =================================================================== --- head/games/critterding/files/patch-src_brainz_brainz.cpp (nonexistent) +++ head/games/critterding/files/patch-src_brainz_brainz.cpp (revision 447874) @@ -0,0 +1,14 @@ +brainz.cpp: In member function 'void Brainz::processTillAnswer()': +brainz.cpp:140:24: error: cannot convert 'bool' to 'bool*' in assignment + Outputs[i].output = false; +--- src/brainz/brainz.cpp.orig 2017-07-28 12:12:16 UTC ++++ src/brainz/brainz.cpp +@@ -137,7 +137,7 @@ Brainz::Brainz() + + // clear Motor Outputs + for ( unsigned int i=0; i < numberOfOutputs; i++ ) +- Outputs[i].output = false; ++ *Outputs[i].output = false; + + // clear Neurons + for ( unsigned int i=0; i < totalNeurons; i++ ) Property changes on: head/games/critterding/files/patch-src_brainz_brainz.cpp ___________________________________________________________________ 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