Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3013 in orxonox.OLD for orxonox/branches/bezierTrack/src/orxonox.cc


Ignore:
Timestamp:
Nov 27, 2004, 12:45:12 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: Location→r ,→w to →pos →dir. (otherwise noone gets the sense of them again.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/bezierTrack/src/orxonox.cc

    r2817 r3013  
    100100  // initialize SDL
    101101  printf("> Initializing SDL\n");
    102   if( SDL_Init (SDL_INIT_EVERYTHING) == -1)
     102  if( SDL_Init (SDL_INIT_VIDEO) == -1)
    103103    {
    104104      printf ("Could not SDL_Init(): %s\n", SDL_GetError());
Note: See TracChangeset for help on using the changeset viewer.