Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2010, 9:57:17 PM (13 years ago)
Author:
dafrick
Message:

Changing masterserver port to 55557. Some minor adjustments: Fixed typo, adjusted some #define variables to naming convention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/pickup/PickupManager.cc

    r7549 r7770  
    6161    /*static*/ const std::string PickupManager::guiName_s = "PickupInventory";
    6262
    63     // Register static newtork functions that are used to communicate changes to pickups over the network, such that the PickupInventory can display the information about the pickups properly.
     63    // Register static network functions that are used to communicate changes to pickups over the network, such that the PickupInventory can display the information about the pickups properly.
    6464    registerStaticNetworkFunction(PickupManager::pickupChangedUsedNetwork);
    6565    registerStaticNetworkFunction(PickupManager::pickupChangedPickedUpNetwork);
Note: See TracChangeset for help on using the changeset viewer.