Added regression script, updated ScummVM

This commit is contained in:
pelya
2011-10-18 15:29:00 +03:00
parent da7b7f110b
commit 85304e9ebe
15 changed files with 879 additions and 3025 deletions

View File

@@ -23,8 +23,10 @@
/*----------------------------------------------------------
Definitions...
----------------------------------------------------------*/
#define SCREEN_W 320
#define SCREEN_H 240
#define BALLS 3000
#define BALLS 300
#define COLORS 2
@@ -47,12 +49,6 @@ typedef struct
} ballfield_t;
/*
* Size of the screen in pixels
*/
#define SCREEN_W 800
#define SCREEN_H 480
/*
* Size of the biggest ball image in pixels
*