diff options
| author | Petr Mrázek | 2011-05-18 21:47:01 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2011-05-18 21:47:01 +0000 |
| commit | 053e3dafbb59c27d8464aded9d1942ac7d7c35b8 (patch) | |
| tree | c79444207b3b03a1fe307c57ee8ddb7d6a5d5f38 /commonTypes.h | |
| parent | 244db2cf0b316c58f52fe530a397455b9088c833 (diff) | |
| download | stonesense-053e3dafbb59c27d8464aded9d1942ac7d7c35b8.tar.gz stonesense-053e3dafbb59c27d8464aded9d1942ac7d7c35b8.tar.bz2 stonesense-053e3dafbb59c27d8464aded9d1942ac7d7c35b8.tar.xz | |
Fix for current dfhack (0.5.14). linux side only.
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commonTypes.h b/commonTypes.h index 0ec25eb..0fb1863 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -42,7 +42,7 @@ struct t_SpriteWithOffset char animFrames;
ALLEGRO_COLOR shadeColor;
bool needOutline;
- vector<t_subSprite> subSprites;
+ std::vector<t_subSprite> subSprites;
ShadeBy shadeBy;
char bodyPart[128];
uint8_t snowMin;
@@ -167,7 +167,7 @@ typedef struct { bool software;
uint32_t menustate;
- t_viewscreen viewscreen;
+ DFHack::t_viewscreen viewscreen;
bool spriteIndexOverlay;
bool creditScreen;
|
