summaryrefslogtreecommitdiff
path: root/src/include/data_ress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/data_ress.h')
-rw-r--r--src/include/data_ress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/data_ress.h b/src/include/data_ress.h
index 4f0ac6b..6a62003 100644
--- a/src/include/data_ress.h
+++ b/src/include/data_ress.h
@@ -8,7 +8,7 @@
typedef struct {
SDL_Texture *t;
SDL_Rect size;
- int frames; /* Already in gIni->style->frames, but convenient here also */
+ int frames; /* Already in gIni->style->frames or similar, but convenient here also */
} sprite_t;
typedef struct {