Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1681


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.
Location:
code/branches/core3
Files:
2 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
  • code/branches/core3/visual_studio/vc8/core.vcproj

    r1607 r1681  
    354354                                >
    355355                        </File>
     356                        <File
     357                                RelativePath="..\..\src\core\Super.h"
     358                                >
     359                        </File>
    356360                        <Filter
    357361                                Name="input"
Note: See TracChangeset for help on using the changeset viewer.