Merge pull request #1322 from Areloch/String_isEmpty_Convert

Replace uses of dStrIsEmpty with new String::isEmpty
This commit is contained in:
Areloch 2015-10-31 23:40:13 -05:00
commit 165cdb64e9
11 changed files with 29 additions and 29 deletions

View file

@ -1248,7 +1248,7 @@ DefineConsoleMethod( GuiMeshRoadEditorCtrl, setNodeNormal, void, (Point3F normal
DefineConsoleMethod( GuiMeshRoadEditorCtrl, setSelectedRoad, void, (const char * objName), (""), "" )
{
if ( dStrIsEmpty(objName) )
if ( String::isEmpty(objName) )
object->setSelectedRoad(NULL);
else
{