From 2667bc5b118ee4153ecd8b87e944b3a73b2d8501 Mon Sep 17 00:00:00 2001 From: pelya Date: Thu, 18 Feb 2010 19:16:13 +0200 Subject: [PATCH] Reverted the game itself to 320x430 --- alienblaster/project/jni/alienblaster/src/global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alienblaster/project/jni/alienblaster/src/global.h b/alienblaster/project/jni/alienblaster/src/global.h index ce4d62078..94a73f64b 100644 --- a/alienblaster/project/jni/alienblaster/src/global.h +++ b/alienblaster/project/jni/alienblaster/src/global.h @@ -56,8 +56,8 @@ int getRandValue( const int *choicesWeights, int nrChoices, int sumWeights=0 ); void initAllSurfaces(); // screen options -const int SCREEN_WIDTH = 640; -const int SCREEN_HEIGHT = 480; +const int SCREEN_WIDTH = 320; +const int SCREEN_HEIGHT = 430; const int BIT_DEPTH = 16; const int MAX_PLAYER_CNT = 2;