Add PracticeBot helpfile

modernize-cmake-1
Fiftytwo 2017-12-22 17:02:37 +01:00
parent a15b3e4dd4
commit bd0c6d4344
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ std::string GetHelpFilename(ObjectType type)
if ( type == OBJECT_MOBILEit ) helpfile = "object/bottr";
if ( type == OBJECT_MOBILEtg ) helpfile = "object/bottarg";
if ( type == OBJECT_MOBILEdr ) helpfile = "object/botdraw";
if ( type == OBJECT_MOBILEpr ) helpfile = "object/bottr";
if ( type == OBJECT_APOLLO2 ) helpfile = "object/lrv";
if ( type == OBJECT_HUMAN ) helpfile = "object/human";
if ( type == OBJECT_MOTHER ) helpfile = "object/mother";