siggame / MegaMinerAI-13

MegaMinerAI-13: Droids
1 stars 5 forks source link

Operate Function parameters incorrect #14

Closed KendallHarter closed 10 years ago

KendallHarter commented 10 years ago

In the C++ client it's expecting (Droid& x, int y) which is clearly wrong and should be (int x, int y).

russleyshaw commented 10 years ago

Should be fixed with codegen run