diff options
author | Max Horn | 2006-10-08 00:42:31 +0000 |
---|---|---|
committer | Max Horn | 2006-10-08 00:42:31 +0000 |
commit | 25cfb5feb1128318016a215575874964b70d47b9 (patch) | |
tree | 659f445adf4318ef925fa6e498fb4df6b5101e07 /engines/agos | |
parent | e3797919fcd518f9b8ac640c7b6b427b1d6c891d (diff) | |
download | scummvm-rg350-25cfb5feb1128318016a215575874964b70d47b9.tar.gz scummvm-rg350-25cfb5feb1128318016a215575874964b70d47b9.tar.bz2 scummvm-rg350-25cfb5feb1128318016a215575874964b70d47b9.zip |
Added a FIXME comment
svn-id: r24184
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/vga.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agos/vga.cpp b/engines/agos/vga.cpp index 1e533231dc..c730e132fd 100644 --- a/engines/agos/vga.cpp +++ b/engines/agos/vga.cpp @@ -830,6 +830,9 @@ byte *AGOSEngine::vc10_flip(const byte *src, uint w, uint h) { } /* must not be const */ +// FIXME: In that case it is *wrong* to have it as a static +// variable here! Rather, it should be turned into a member +// of class AGOSEngine. static uint16 _video_windows[128] = { 0, 0, 20, 200, 0, 0, 3, 136, |