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)
|
if (STEPS_USE_CHART_NAME)
|
||||||
{
|
{
|
||||||
s = pSteps->GetChartName();
|
s = pSteps->GetChartName();
|
||||||
|
// TODO: find a way to make this use lua.
|
||||||
if (!(s == "" || s == "blank" || s == "Blank"))
|
if (!(s == "" || s == "blank" || s == "Blank"))
|
||||||
{
|
{
|
||||||
goto nameGotten;
|
goto nameGotten;
|
||||||
|
|||||||
Reference in New Issue
Block a user