diff options
Diffstat (limited to 'ue2/imgsynth2/cpixmap.h')
| -rw-r--r-- | ue2/imgsynth2/cpixmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ue2/imgsynth2/cpixmap.h b/ue2/imgsynth2/cpixmap.h index 10f2b33..5316987 100644 --- a/ue2/imgsynth2/cpixmap.h +++ b/ue2/imgsynth2/cpixmap.h | |||
| @@ -214,11 +214,11 @@ class CPixmap : public CBitmap | |||
| 214 | uint32_t xHotspot; | 214 | uint32_t xHotspot; |
| 215 | /** Y-Position Hotspots */ | 215 | /** Y-Position Hotspots */ |
| 216 | uint32_t yHotspot; | 216 | uint32_t yHotspot; |
| 217 | /* is hotspot set */ | 217 | /** is hotspot set */ |
| 218 | bool _HOTSPOT; | 218 | bool _HOTSPOT; |
| 219 | /* XPMEXT extension tag found*/ | 219 | /** XPMEXT extension tag found*/ |
| 220 | bool _XPMEXT; | 220 | bool _XPMEXT; |
| 221 | /* unchanged extension */ | 221 | /** unchanged extension */ |
| 222 | std::string extension; | 222 | std::string extension; |
| 223 | } PIXMAP_FILEHEADER; | 223 | } PIXMAP_FILEHEADER; |
| 224 | 224 | ||
