Added regression script, updated ScummVM
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user