diff options
| -rw-r--r-- | engines/dreamweb/structs.h | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h index e47256186d..7e77bdf0e9 100644 --- a/engines/dreamweb/structs.h +++ b/engines/dreamweb/structs.h @@ -67,10 +67,7 @@ struct ObjData {  	uint8 b9;  	uint8 b10;  	uint8 b11; -	uint8 b12; -	uint8 b13; -	uint8 b14; -	uint8 b15; +	uint8 name[4];  	uint8 b16;  	uint8 b17;  	uint8 b18[13]; // NB: Don't know the size yet  | 
