diff options
Diffstat (limited to 'engines/dreamweb/structs.h')
-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 8b0030158d..50736120c8 100644 --- a/engines/dreamweb/structs.h +++ b/engines/dreamweb/structs.h @@ -183,10 +183,7 @@ struct People { }; struct Room { - char name[10]; - uint8 b10; - uint8 b11; - uint8 b12; + char name[13]; uint8 roomsSample; uint8 b14; uint8 mapX; |