aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-25 15:52:13 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-25 15:52:13 +0000
commit96e04001564ef531a4132f269ed0aceba4d52f5f (patch)
tree732b4eb16986ae65f33be8d26fabaee5dde2ccf5
parentcd759e8650745d003c0be19d5e2958e98bab16ef (diff)
fix resolution
-rw-r--r--gui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui.c b/gui.c
index d508ef0..597f215 100644
--- a/gui.c
+++ b/gui.c
@@ -26,9 +26,9 @@
SDL_Surface *screen;
SDL_Surface *scratch;
-SDL_Rect draw = { 16, 12, 128, 96 };
-SDL_Rect scr = { 0, 0, 160, 120 };
-SDL_Rect real = { 0, 0, 640, 480 };
+SDL_Rect draw = { 16, 16, 128, 96 };
+SDL_Rect scr = { 0, 0, 160, 128 };
+SDL_Rect real = { 0, 0, 480, 384 };
SDL_Rect gl = { 0, 0, 4, 8 };
SDL_Color color[0x10] = {