#2 Quick fix in non-implemented MachinePlayer section
open
nobody
None
5
2008-04-28
2008-04-28
Anonymous
No
In line 91 of MachinePlayer class, the variable "color" is used as a parameter before it is initialized in line 94. I believe whenever this area is implemented, moving this line down below line 94 will resolve this.