diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/kyra_rpg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/kyra_rpg.h b/engines/kyra/kyra_rpg.h index a1b9b4c332..b5530a9a81 100644 --- a/engines/kyra/kyra_rpg.h +++ b/engines/kyra/kyra_rpg.h @@ -87,9 +87,9 @@ struct KyraRpgGUISettings { uint16 width; uint16 height; int waitReserve; - const uint16 waitX[2]; - const uint8 waitY[2]; - const uint16 waitWidth[2]; + uint16 waitX[2]; + uint8 waitY[2]; + uint16 waitWidth[2]; } buttons; struct Colors { |