diff options
| author | Nakidai <nakidai@disroot.org> | 2024-09-22 16:24:34 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-09-22 16:24:34 +0300 |
| commit | 8012be9effd6d887e5e0a1a8bdf996e58d0cb6fa (patch) | |
| tree | 66776169ae64d0f15fad2895ce988881d3aa58d4 /cpetpet.c | |
| parent | 2d561ed4bb78f1e9e7223396426720cf50432d1c (diff) | |
| download | cpetpet-8012be9effd6d887e5e0a1a8bdf996e58d0cb6fa.tar.gz cpetpet-8012be9effd6d887e5e0a1a8bdf996e58d0cb6fa.zip | |
Move FRAMES to cpetpet.c
Diffstat (limited to 'cpetpet.c')
| -rw-r--r-- | cpetpet.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpetpet.c b/cpetpet.c index fe6234b..d106c8e 100644 --- a/cpetpet.c +++ b/cpetpet.c @@ -11,7 +11,9 @@ #include "config.h" -static char *gifs[] = { +#define FRAMES 10 + +static char *gifs[FRAMES] = { SHAREDIR "/pet0.gif", SHAREDIR "/pet1.gif", SHAREDIR "/pet2.gif", |