Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7749 in orxonox.OLD for branches/network/src/orxonox.cc


Ignore:
Timestamp:
May 21, 2006, 11:57:44 AM (18 years ago)
Author:
rennerc
Message:

added commandline argument to open network log console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/orxonox.cc

    r7374 r7749  
    8484REGISTER_ARG_ARG(  _, music_volume, "audio", "Music-Volume", "Sets music volume", "vol" );
    8585REGISTER_ARG_ARG(  _, effects_volume, "audio", "Effects-Volume", "Sets effects volume", "vol" );
     86
     87REGISTER_ARG_ARG(  t, telnetport,  "network","telnetport",        "Port to use for network debug output",               "port" );
    8688
    8789/**
Note: See TracChangeset for help on using the changeset viewer.