diff options
| author | nathan <nathansmith@disroot.org> | 2026-02-13 17:31:30 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-02-13 17:31:30 +0000 |
| commit | 717e661ab6a75c4dc427013239ab19152395330d (patch) | |
| tree | 44f7e2995882da7a2eb2a33b2f5a7fe02f8f8b17 | |
| parent | 04c42a525efe321b7ccc047e50e446a10e4dc933 (diff) | |
| download | FindThings-main.tar.gz FindThings-main.tar.bz2 FindThings-main.zip | |
| -rw-r--r-- | src/entities/johnsStore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entities/johnsStore.c b/src/entities/johnsStore.c index f1a35d2..41217ed 100644 --- a/src/entities/johnsStore.c +++ b/src/entities/johnsStore.c @@ -8,8 +8,8 @@ void initJohnsStore(Entity* entity) Color colors[] = { WHITE, WHITE, WHITE, WHITE, WHITE, WHITE, WHITE, BLACK, BLACK, BLACK, BLACK, WHITE, - WHITE, BLACK, WHITE, BLACK, BLACK, WHITE, - WHITE, BLACK, BLACK, WHITE, BLACK, WHITE, + WHITE, BLACK, BLACK, BLACK, BLACK, WHITE, + WHITE, BLACK, BLACK, BLACK, BLACK, WHITE, WHITE, BLACK, BLACK, BLACK, BLACK, WHITE, WHITE, WHITE, BLACK, BLACK, WHITE, WHITE }; |
