diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-28 03:01:13 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-28 15:17:49 +0100 |
| commit | fd53c7da8c5f2b79b87f624e313ff508072361ad (patch) | |
| tree | db569413cd3d42034a22368a7980aa99d7d55235 /src/building/inc | |
| parent | e49e3073c67af785447ddb0ecbdc521b68cf3ea9 (diff) | |
| download | jancity-fd53c7da8c5f2b79b87f624e313ff508072361ad.tar.gz | |
Big rushed update
Diffstat (limited to 'src/building/inc')
| -rw-r--r-- | src/building/inc/building.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/building/inc/building.h b/src/building/inc/building.h index 7c7d45f..88840f5 100644 --- a/src/building/inc/building.h +++ b/src/building/inc/building.h @@ -33,7 +33,7 @@ void building_set_alive_cb(void (*f)(const struct util_rect *dim, bool alive, vo int building_render(const struct building *b, const struct camera *cam, bool sel); const char *building_str(const struct building *b); -extern struct sprite building_sprites[MAX_BUILDING_TYPES]; +extern struct sprite building_sprites[1]; #ifdef __cplusplus } |
