Changeset 6419 for code/branches/pickup3/src/modules/pickup
- Timestamp:
- Dec 25, 2009, 11:07:09 PM (15 years ago)
- Location:
- code/branches/pickup3
- Files:
-
- 1 edited
- 10 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3
- Property svn:mergeinfo changed
/code/branches/pickup2 (added) merged: 5942,5947,5953,6405
- Property svn:mergeinfo changed
-
code/branches/pickup3/src/modules/pickup/DroppedItem.cc
r6405 r6419 97 97 droppedItem->attach(billboard); 98 98 99 COUT(3) << "Created DroppedItem for '" << item->getPickupIdentifier() << "' at (" << position.x << "," << position.y << ","<< position.z << ")." << std::endl;99 COUT(3) << "Created DroppedItem for '" << item->getPickupIdentifier() << "' at (" << position.x << ',' << position.y << ',' << position.z << ")." << std::endl; 100 100 101 101 return droppedItem; -
code/branches/pickup3/src/modules/pickup/PickupSpawner.cc
r6405 r6419 128 128 // & load the GUI itself too, along with some empty windows 129 129 // = even less delays 130 // GUIManager:: getInstance().showGUI("PickupInventory");131 // GUIManager:: getInstance().executeCode("hideGUI(\"PickupInventory\")");130 // GUIManager::showGUI("PickupInventory"); 131 // GUIManager::hideGUI("PickupInventory"); 132 132 // PickupInventory::getSingleton(); 133 133 }
Note: See TracChangeset
for help on using the changeset viewer.