Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2011, 9:33:05 PM (13 years ago)
Author:
youngk
Message:

Made the crash reporter work. More or less…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/Orxonox.cc

    r8133 r8260  
    7575            strCmdLine = strCmdLine + argv[i] + ' ';
    7676#endif
    77 
     77       
     78        // Use these statements to make Orxonox go crashycrash
     79        //int* crashInt = NULL;
     80        //COUT(0) << *crashInt << std::endl;
     81             
    7882        return orxonox::main(strCmdLine);
    7983    }
Note: See TracChangeset for help on using the changeset viewer.