busbey / project-z

a system for testing agent-based goal seeking strategies in a simple and intuitive game world.
Other
0 stars 0 forks source link

perl agents don't get flags #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the perl agents don't appear to ever get any flags.

Original issue reported on code.google.com by sean.bus...@gmail.com on 15 Oct 2007 at 5:32

GoogleCodeExporter commented 9 years ago
add line 66 to State.pm

$buffer = unpack "C", $buffer;

P.S. I hate perl.

Original comment by sean.bus...@gmail.com on 15 Oct 2007 at 5:42

GoogleCodeExporter commented 9 years ago
fixed in r255

Original comment by sean.bus...@gmail.com on 15 Oct 2007 at 8:05