Corrected compile error due to C++ comment conversion.

This commit is contained in:
skarg
2010-05-05 15:02:43 +00:00
parent b1eb3fb9a0
commit bef726d837
+4 -2
View File
@@ -960,12 +960,14 @@ int main(
Property_List_Index++; Property_List_Index++;
Using_Walked_List = false; Using_Walked_List = false;
} }
} else } else {
Property_List_Index++; Property_List_Index++;
}
/* if ( pPropList[Property_List_Index] == PROP_OBJECT_LIST ) */ /* if ( pPropList[Property_List_Index] == PROP_OBJECT_LIST ) */
/* { */ /* { */
/* if ( !Using_Walked_List ) /* Just switched */ */ /* if ( !Using_Walked_List )
/* { */ /* { */
/* Just switched */
/* Using_Walked_List = true; */ /* Using_Walked_List = true; */
/* Walked_List_Index = Walked_List_Length = 0; */ /* Walked_List_Index = Walked_List_Length = 0; */
/* } */ /* } */