Fix Mushroom SatCom links
parent
2023756023
commit
b9305dfd45
|
@ -243,8 +243,8 @@ std::string GetHelpFilename(ObjectType type)
|
||||||
if ( type == OBJECT_PLANT0 ) helpfile = "object/bush";
|
if ( type == OBJECT_PLANT0 ) helpfile = "object/bush";
|
||||||
if ( type == OBJECT_ROOT5 ) helpfile = "object/gravi";
|
if ( type == OBJECT_ROOT5 ) helpfile = "object/gravi";
|
||||||
if ( type == OBJECT_QUARTZ0 ) helpfile = "object/crystal";
|
if ( type == OBJECT_QUARTZ0 ) helpfile = "object/crystal";
|
||||||
if ( type == OBJECT_MUSHROOM1 ) helpfile = "object/gremush";
|
if ( type == OBJECT_MUSHROOM1 ) helpfile = "object/bromush";
|
||||||
if ( type == OBJECT_MUSHROOM2 ) helpfile = "object/bromush";
|
if ( type == OBJECT_MUSHROOM2 ) helpfile = "object/gremush";
|
||||||
|
|
||||||
if (helpfile.empty())
|
if (helpfile.empty())
|
||||||
return "";
|
return "";
|
||||||
|
|
Loading…
Reference in New Issue