diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 72fdf7454e..2524a4c707 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -71,9 +71,7 @@ starfield.c video.c #endif vu_meter.c -#if !defined(IRIVER_H10_5GB) wormlet.c -#endif #ifdef CONFIG_RTC clock.c diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c index b301a8ae11..fcfcb35513 100644 --- a/apps/plugins/wormlet.c +++ b/apps/plugins/wormlet.c @@ -185,6 +185,11 @@ PLUGIN_HEADER #define ARGH_SIZE 5 #define SPEED 10 #define MAX_WORM_SEGMENTS 128 +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) +#define FOOD_SIZE 4 +#define ARGH_SIZE 5 +#define SPEED 9 +#define MAX_WORM_SEGMENTS 128 #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) #define FOOD_SIZE 4 #define ARGH_SIZE 5