Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2008, 10:51:07 AM (17 years ago)
Author:
rgrieder
Message:

Updated msvc files.
Maybe fixed a bug in:
if (condition); Note the semicolon
{

dosomething();

}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/orxonox/objects/pickup/ShipEquipment.cc

    r2500 r2503  
     1#include "OrxonoxStableHeaders.h"
    12#include "BaseItem.h"
    23#include "ShipEquipment.h"
     
    2728                COUT(3) << "SWAP?" <<  endl;
    2829                //Abfrage- irgendne ifschleife...
    29                 if((checkSlot(item)->dropped(player))==true);
     30                if((checkSlot(item)->dropped(player))==true)
    3031                {
    3132                        Equipment.insert ( std::pair<std::string, BaseItem*>(item->getName(),item) );
Note: See TracChangeset for help on using the changeset viewer.