Fix Mushroom SatCom links

pyro-refactor
Fiftytwo 2020-08-08 14:34:21 +02:00
parent 2023756023
commit b9305dfd45
1 changed files with 2 additions and 2 deletions

View File

@ -243,8 +243,8 @@ std::string GetHelpFilename(ObjectType type)
if ( type == OBJECT_PLANT0 ) helpfile = "object/bush";
if ( type == OBJECT_ROOT5 ) helpfile = "object/gravi";
if ( type == OBJECT_QUARTZ0 ) helpfile = "object/crystal";
if ( type == OBJECT_MUSHROOM1 ) helpfile = "object/gremush";
if ( type == OBJECT_MUSHROOM2 ) helpfile = "object/bromush";
if ( type == OBJECT_MUSHROOM1 ) helpfile = "object/bromush";
if ( type == OBJECT_MUSHROOM2 ) helpfile = "object/gremush";
if (helpfile.empty())
return "";