Changeset 5754 for code/trunk/src
- Timestamp:
- Sep 20, 2009, 5:09:20 PM (15 years ago)
- Location:
- code/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/questsystem/CMakeLists.txt
r5749 r5754 27 27 FIND_HEADER_FILES 28 28 TOLUA_FILES 29 QuestDescription.h30 29 QuestManager.h 31 30 DEFINE_SYMBOL -
code/trunk/src/orxonox/pickup/items/Jump.cc
r5738 r5754 72 72 /** 73 73 @brief Called when the item is used, makes the user "jump". 74 @param pawn Pawn which used t e item.74 @param pawn Pawn which used the item. 75 75 */ 76 76 void Jump::used(Pawn* pawn)
Note: See TracChangeset
for help on using the changeset viewer.