Changeset 1681 for code/branches/core3/src
- Timestamp:
- Aug 29, 2008, 8:06:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/orxonox/objects/Projectile.h
r1676 r1681 77 77 std::cout << "check superfunction \"testfunction\" in " << ClassIdentifier<T>::getIdentifier()->getName() << std::endl; 78 78 79 T* temp ;79 T* temp = 0; 80 80 SuperFunctionCondition<0, 0, T>::apply(temp); 81 81
Note: See TracChangeset
for help on using the changeset viewer.