Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 29, 2008, 8:06:51 PM (16 years ago)
Author:
rgrieder
Message:
  • updated msvc files
  • removed annoying run-time check error. Variable was not initialised before usage.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/objects/Projectile.h

    r1676 r1681  
    7777            std::cout << "check superfunction \"testfunction\" in " << ClassIdentifier<T>::getIdentifier()->getName() << std::endl;
    7878
    79             T* temp;
     79            T* temp = 0;
    8080            SuperFunctionCondition<0, 0, T>::apply(temp);
    8181
Note: See TracChangeset for help on using the changeset viewer.