X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=manager%2Fhuman_controller.h;h=6d5292eb407fa843706128ffdc8856b8fc9c1130;hp=c0df81163d3758af6e171e0fcd5b87fc879e3648;hb=fe470c015d73d07c44f0e951a2bb205d95763f22;hpb=4a3c0478160e7e9b637a12e7cf22f8da61b66ad2 diff --git a/manager/human_controller.h b/manager/human_controller.h index c0df811..6d5292e 100644 --- a/manager/human_controller.h +++ b/manager/human_controller.h @@ -9,7 +9,7 @@ class Human_Controller : public Controller { public: - Human_Controller(const Piece::Colour & newColour, const bool enableGraphics) : Controller(newColour), graphicsEnabled(enableGraphics) {} + Human_Controller(const Piece::Colour & newColour, const bool enableGraphics) : Controller(newColour, "human"), graphicsEnabled(enableGraphics) {} virtual ~Human_Controller() {} virtual MovementResult QuerySetup(const char * opponentName, std::string setup[]);