Small fix to app resolution - game is not playable currently on Supersonic

This commit is contained in:
pelya
2010-05-07 13:30:37 +03:00
parent 2f484609dd
commit f25dcd7164
2 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ int getRandValue( const int *choicesWeights, int nrChoices, int sumWeights=0 );
void initAllSurfaces();
// screen options
const int SCREEN_WIDTH = 320;
const int SCREEN_WIDTH = 640;
const int SCREEN_HEIGHT = 480;
const int BIT_DEPTH = 16;