Changeset 9056 in orxonox.OLD
- Timestamp:
- Jul 3, 2006, 5:54:38 PM (18 years ago)
- Location:
- branches/single_player_map/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/graphics/importer/bsp_manager.cc
r9054 r9056 990 990 991 991 Vector dirX = worldEntity->getAbsDirX(); dirX.y = 0.0f; dirX.normalize(); 992 dirX.debug(); 992 993 993 position1 = worldEntity->getAbsCoor() + box->center - dirX * (box->halfLength[0] + BSP_X_OFFSET); 994 994 dest1 = worldEntity->getAbsCoor() + box->center + dirX * (box->halfLength[0] + BSP_X_OFFSET); -
branches/single_player_map/src/world_entities/npcs/generic_npc.cc
r9051 r9056 191 191 void GenericNPC::resume() 192 192 { 193 //if() 193 194 delete this->behaviourList; 194 195 this->behaviourList = this->animationStack.top();
Note: See TracChangeset
for help on using the changeset viewer.