All pastes #656753 Raw Edit

Something

public text v1 · immutable
#656753 ·published 2007-08-14 11:20 UTC
rendered paste body
diff main.c main.c~
458c458
<   surface = SDL_SetVideoMode( width, height, 16,
---
>   surface = SDL_SetVideoMode( width, height, 32,
685c685
<     surface = SDL_SetVideoMode( 256, 192 * 2, 16,
---
>     surface = SDL_SetVideoMode( 256, 192 * 2, 32,
706c706
<     surface = SDL_SetVideoMode(256, 384, 16, sdl_videoFlags);
---
>     surface = SDL_SetVideoMode(256, 384, 32, sdl_videoFlags);