summaryrefslogtreecommitdiff
path: root/src/include/data_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/data_ini.h')
-rw-r--r--src/include/data_ini.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/data_ini.h b/src/include/data_ini.h
index c2c4c11..381943a 100644
--- a/src/include/data_ini.h
+++ b/src/include/data_ini.h
@@ -54,14 +54,14 @@ struct levelPackIni {
//////////////////////// STYLE INI FILES ////////////////////////
struct styleIni {
- uint32_t bgColor, debrisColor;
- int tiles, particleColorCount;
- uint32_t particleColor[MAX_PARTICLE_COLORS];
+ Uint32 bgColor, debrisColor;
+ int tiles, particleColorCount;
+ Uint32 particleColor[MAX_PARTICLE_COLORS];
int objectCount;
- int frames[MAX_OBJECTS_COUNT];
- int anim[MAX_OBJECTS_COUNT];
- int type[MAX_OBJECTS_COUNT];
- int sound[MAX_OBJECTS_COUNT];
+ int frames[MAX_OBJECTS_COUNT];
+ int anim[MAX_OBJECTS_COUNT];
+ int type[MAX_OBJECTS_COUNT];
+ int sound[MAX_OBJECTS_COUNT];
};
/*////////////////////// MISC/LEMMING.INI FILE ////////////////////////