Changeset 41 in dev for ProjectEditor/SubOperation.cpp


Ignore:
Timestamp:
Jan 28, 2007, 5:28:43 AM (17 years ago)
Author:
dai_9181
Message:

ByVal演算子を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/SubOperation.cpp

    r39 r41  
    504504    else if(str[0]=='o'||str[0]=='O'){
    505505        if(lstrcmpi(str,"Open")==0) return COM_OPEN;
     506        if(lstrcmpi(str,"Operator")==0) return -1;
    506507        if(lstrcmpi(str,"Override")==0) return COM_OVERRIDE;
    507508    }
Note: See TracChangeset for help on using the changeset viewer.