Fixed most of GFX bugs in Pachi

This commit is contained in:
pelya
2010-10-28 17:22:28 +03:00
parent 7c1e6d0c62
commit e4cbc99367
8 changed files with 97 additions and 78 deletions

View File

@@ -335,7 +335,7 @@ void clean_player()
oldplayerposreal.x = oldplayerpos.x + R_gamearea_x;
oldplayerposreal.y = oldplayerpos.y + R_gamearea_y;
SDL_BlitSurface(screenbak,&oldplayerpos,screen, &oldplayerposreal);
//SDL_BlitSurface(screenbak,&oldplayerpos,screen, &oldplayerposreal);
}
void print_player()
{