changeset 1239 | cbdb2c156aca |
parent 1238 | 1901fea5edac |
child 1312 | c9b51268668f |
1238:1901fea5edac | 1239:cbdb2c156aca |
---|---|
466 |
466 |
467 SDL_modelist[1] = NULL; |
467 SDL_modelist[1] = NULL; |
468 |
468 |
469 #ifdef HAVE_OPENGL |
469 #ifdef HAVE_OPENGL |
470 SDL_AtariGL_InitPointers(this); |
470 SDL_AtariGL_InitPointers(this); |
471 SDL_AtariGL_LoadLibrary(this, NULL); |
|
472 #endif |
471 #endif |
473 |
472 |
474 /* We're done! */ |
473 /* We're done! */ |
475 return(0); |
474 return(0); |
476 } |
475 } |