diff options
Diffstat (limited to 'src/base_media_base.h')
-rw-r--r-- | src/base_media_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base_media_base.h b/src/base_media_base.h index 60647ef98..e81612d69 100644 --- a/src/base_media_base.h +++ b/src/base_media_base.h @@ -194,7 +194,7 @@ enum GraphicsFileType { GFT_TROPICAL, ///< Landscape replacement sprites for tropical GFT_TOYLAND, ///< Landscape replacement sprites for toyland GFT_EXTRA, ///< Extra sprites that were not part of the original sprites - MAX_GFT ///< We are looking for this amount of GRFs + MAX_GFT, ///< We are looking for this amount of GRFs }; /** Blitter type for base graphics sets. */ |