Changeset 7770 for code/branches/presentation/src/modules/pickup
- Timestamp:
- Dec 15, 2010, 9:57:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/modules/pickup/PickupManager.cc
r7549 r7770 61 61 /*static*/ const std::string PickupManager::guiName_s = "PickupInventory"; 62 62 63 // Register static ne wtork 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. 64 64 registerStaticNetworkFunction(PickupManager::pickupChangedUsedNetwork); 65 65 registerStaticNetworkFunction(PickupManager::pickupChangedPickedUpNetwork);
Note: See TracChangeset
for help on using the changeset viewer.