Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5652 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Nov 20, 2005, 6:32:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new LoadParam procedure with all NON-cycling load-options, and it works perfectly (on first sight :))

now going to make the same for cycling LoadOptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command.cc

    r5642 r5652  
    7474
    7575}
    76 
    77 
    78 
    7976
    8077/**
     
    256253          if (!strcmp(enumCMD->getName(), inputSplits.getString(fktPos)))
    257254          {
    258             if (objectPointer == NULL && enumCMD->executor->getType() == Executor_Objective)
     255            if (objectPointer == NULL && enumCMD->executor->getType() & Executor_Objective)
    259256            {
    260257              delete itCMD;
Note: See TracChangeset for help on using the changeset viewer.