File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1212
1313// File names of the corresponding textures
1414const char * animationsFilesNames[unsigned (Animations::Count)] = {
15- " ani/menu.gif " ,
15+
1616};
1717
1818#endif // (USE_SDL_IMAGE) && (PRELOAD_ANIMATIONS)
Original file line number Diff line number Diff line change 1414
1515// Names of all images with related numbers
1616enum class Animations : unsigned {
17- // Base part
18- Menu,
1917
2018 // Count of all animations
2119 Count,
Original file line number Diff line number Diff line change 1919#define USE_SETTING_FILE true
2020// Preloaded GFX (could be created runtime)
2121#define PRELOAD_TEXTURES true // Preload textures
22- #define PRELOAD_ANIMATIONS true // Preload GIF animaions
22+ #define PRELOAD_ANIMATIONS false // Preload GIF animaions
2323#define PRELOAD_FONTS true // Preload fonts
2424#define PRELOAD_SOUNDS true // Preload sounds
2525#define PRELOAD_MUSIC true // Preload music
You can’t perform that action at this time.
0 commit comments