Work towards C SDK (#11). Frenchie is still broken.
[progcomp10.git] / src / simulate.py
index 7fa1bf2..e3f5eb5 100755 (executable)
@@ -9,7 +9,7 @@ Licensed under an MIT-style license: see the LICENSE file for details.
 from link.C.c_agents import c_angel, c_lucifer, c_streetfighter, c_frenchie
 
 from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter
-Agents = [c_lucifer, Frenchie, c_streetfighter, c_angel]
+Agents = [Lucifer, c_frenchie, c_streetfighter, c_angel]
 
 ####################################
 # Developers only past this point! #

UCC git Repository :: git.ucc.asn.au