Add comment.
This really seems like something that should be in lua.
This commit is contained in:
@@ -453,6 +453,7 @@ class OptionRowHandlerListSteps : public OptionRowHandlerList
|
||||
if (STEPS_USE_CHART_NAME)
|
||||
{
|
||||
s = pSteps->GetChartName();
|
||||
// TODO: find a way to make this use lua.
|
||||
if (!(s == "" || s == "blank" || s == "Blank"))
|
||||
{
|
||||
goto nameGotten;
|
||||
|
||||
Reference in New Issue
Block a user