diff options
Diffstat (limited to 'engines/sky/screen.h')
-rw-r--r-- | engines/sky/screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sky/screen.h b/engines/sky/screen.h index 173ba3bcf3..6f3631c670 100644 --- a/engines/sky/screen.h +++ b/engines/sky/screen.h @@ -41,7 +41,7 @@ class Disk; class SkyEngine; class SkyCompact; struct Compact; -struct dataFileHeader; +struct DataFileHeader; #define SCROLL_JUMP 16 #define VGA_COLOURS 256 @@ -54,7 +54,7 @@ struct dataFileHeader; typedef struct { uint16 yCood; Compact *compact; - dataFileHeader *sprite; + DataFileHeader *sprite; } StSortList; class Screen { |