diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-01 21:30:00 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-01 21:30:00 +0000 |
| commit | 8a14d60d2078b4bcdfc789b1b9794e2008979f02 (patch) | |
| tree | a6095da867303ec71fed55a952ecd45fc0835417 /src/interface.c | |
| parent | f5258aed755575c1abf269348e4e335cdcb17a3b (diff) | |
- screen na vyberanie aren
- areny z povodnych tuxancov boli prescriptovane do tuxanci-ng, treba este dopisat teleporty a rury
git-svn-id: http://opensvn.csie.org/tuxanci_ng@7 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/interface.c')
| -rwxr-xr-x | src/interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface.c b/src/interface.c index 42ced59..fbc6dea 100755 --- a/src/interface.c +++ b/src/interface.c @@ -81,8 +81,8 @@ SDL_Surface* getSDL_Screen() void interfaceRefresh() { //SDL_BlitSurface(fake_screen, NULL, screen, NULL); - SDL_UpdateRect(screen, 0, 0, screen->w, screen->h); - //SDL_Flip(screen); + //SDL_UpdateRect(screen, 0, 0, screen->w, screen->h); + SDL_Flip(screen); } int toggleFullscreen() |