Something
public text v1 · immutablediff 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);