Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8497 in orxonox.OLD


Ignore:
Timestamp:
Jun 15, 2006, 10:14:42 PM (18 years ago)
Author:
rennerc
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.cc

    r8496 r8497  
    9898  this->dictClient = Zip::getInstance()->loadDictionary( "dict2pl_client" );
    9999  assert( this->dictClient >= 0 );
    100   this->dictServer = Zip::getInstance()->loadDictionary( "dict2pl_server" );
     100  this->dictServer = Zip::getInstance()->loadDictionary( "dict2p_server" );
    101101  assert( this->dictServer >= 0 );
    102102}
Note: See TracChangeset for help on using the changeset viewer.