Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3216 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Dec 18, 2004, 5:14:08 AM (21 years ago)
Author:
patrick
Message:

orxonox/trunk: a first redesign of the CommandNode and its cmd passing system - others will follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r3215 r3216  
    269269bool Orxonox::system_command (Command* cmd)
    270270{
     271 
    271272  if( !strcmp( cmd->cmd, "quit"))
    272273    {
     
    275276    }
    276277  return false;
     278 
    277279}
    278280
Note: See TracChangeset for help on using the changeset viewer.