Corrected compile error due to C++ comment conversion.
This commit is contained in:
@@ -960,12 +960,14 @@ int main(
|
||||
Property_List_Index++;
|
||||
Using_Walked_List = false;
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
Property_List_Index++;
|
||||
}
|
||||
/* if ( pPropList[Property_List_Index] == PROP_OBJECT_LIST ) */
|
||||
/* { */
|
||||
/* if ( !Using_Walked_List ) /* Just switched */ */
|
||||
/* if ( !Using_Walked_List )
|
||||
/* { */
|
||||
/* Just switched */
|
||||
/* Using_Walked_List = true; */
|
||||
/* Walked_List_Index = Walked_List_Length = 0; */
|
||||
/* } */
|
||||
|
||||
Reference in New Issue
Block a user