mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Convert SDL (mostly) to plStrings
This commit is contained in:
@ -178,7 +178,7 @@ void plAnimComponentProc::FillAgeGlobalComboBox(HWND box, const char *varName)
|
||||
var->GetType() == plVarDescriptor::kTime ||
|
||||
var->GetType() == plVarDescriptor::kAgeTimeOfDay)
|
||||
{
|
||||
ComboBox_AddString(box, var->GetName());
|
||||
ComboBox_AddString(box, var->GetName().c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user