Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 7:19:31 PM (16 years ago)
Author:
landauf
Message:

no codechanges, just changed eol-style to native

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/pickup/ShipEquipmentClasses.cc

    • Property svn:eol-style set to native
    r2088 r2089  
    1414
    1515bool CheckifValid(Shipitem* toBeChecked){
    16        
     16
    1717switch(toBeChecked.CheckType())
    1818{
     
    5858return true;
    5959}
    60 /*Adds the Item to the Ship*/   
     60/*Adds the Item to the Ship*/
    6161void AddItem(Shipitem* toAddItem){
    6262        if(CheckifValid(toAddItem)==true){
     
    7272                                break;
    7373                }
    74                
     74
    7575        }
    7676        else if(toAddItem.CheckType()==Permanent){
    7777                if(CheckifSpace()==true)
    7878                        Trunk.insert ( pair<std::string, ShipItem*>(toAddItem.itemname,*toAddItem) );
    79        
     79
    8080        }
    81                
     81
    8282}
Note: See TracChangeset for help on using the changeset viewer.