Changeset 120 in dev for ProjectEditor/SubOperation.cpp
- Timestamp:
- May 13, 2007, 8:50:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/SubOperation.cpp
r118 r120 574 574 if(lstrcmp(str,"Single")==0) return -1; 575 575 if(lstrcmpi(str,"Sleep")==0) return COM_SLEEP; 576 if(lstrcmp(str,"Static")==0) return -1; 576 577 if(lstrcmp(str,"String")==0) return -1; 577 578 if(lstrcmpi(str,"Sub")==0) return COM_SUB;
Note:
See TracChangeset
for help on using the changeset viewer.