Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/src/types.c
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2025-04-07 18:53:49 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2025-04-07 18:53:49 +0100
commitd0863cbc9e6276776eecfbdab3f95e3bf33cfeef (patch)
tree0a542b8f4d6cfc31954b61d1fee818c0599a3fbc /src/types.c
parentbd31dd79eb31b76f3d7276be8dfaff21f615b1da (diff)
downloadldjam57-main.tar
polishHEADmain
Diffstat (limited to 'src/types.c')
-rw-r--r--src/types.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types.c b/src/types.c
index bf6dcf4..c40d9c3 100644
--- a/src/types.c
+++ b/src/types.c
@@ -70,11 +70,11 @@ enum {
};
static const char colorImages[N_COLORS] = {
- [RED] = IMAGE_NELSON,
+ /*[RED] = IMAGE_NELSON,
[RED_LEFT] = IMAGE_NELSON_LEFT,
[RED_UP] = IMAGE_NELSON_UP,
[RED_RIGHT] = IMAGE_NELSON_RIGHT,
- [RED_DOWN] = IMAGE_NELSON_DOWN,
+ [RED_DOWN] = IMAGE_NELSON_DOWN,*/
};
enum {