Skip to content

Commit 5b918a8

Browse files
committed
Project clearing
Revert changes of animations testing
1 parent a456410 commit 5b918a8

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

ani/menu.gif

-624 KB
Binary file not shown.

src/animationsNames.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// File names of the corresponding textures
1414
const char* animationsFilesNames[unsigned(Animations::Count)] = {
15-
"ani/menu.gif",
15+
1616
};
1717

1818
#endif // (USE_SDL_IMAGE) && (PRELOAD_ANIMATIONS)

src/animationsNames.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
// Names of all images with related numbers
1616
enum class Animations : unsigned {
17-
// Base part
18-
Menu,
1917

2018
// Count of all animations
2119
Count,

src/define.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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

0 commit comments

Comments
 (0)