diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/agos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h index 41e00d6884..4f15f51c92 100644 --- a/engines/agos/agos.h +++ b/engines/agos/agos.h @@ -471,7 +471,7 @@ protected: uint8 _currentPalette[1024]; uint8 _displayPalette[1024]; - byte _videoBuf1[3000]; + byte _videoBuf1[32000]; uint16 _videoWindows[128]; VgaTimerEntry _vgaTimerList[205]; |