Renamed executable
This commit is contained in:
parent
59e305e852
commit
b06d5a6569
3 changed files with 5 additions and 8 deletions
|
@ -309,13 +309,6 @@ void flush_screen ()
|
|||
init_row_map();
|
||||
}
|
||||
|
||||
//void black_screen_now(void)
|
||||
//{
|
||||
// SDL_SetRenderDrawColor(renderer, 0, 0, 0, 255);
|
||||
// SDL_RenderClear(renderer);
|
||||
// SDL_RenderPresent(renderer);
|
||||
//}
|
||||
|
||||
static void graphics_subinit (void)
|
||||
{
|
||||
if (screen == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue