aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2006-10-08 00:42:31 +0000
committerMax Horn2006-10-08 00:42:31 +0000
commit25cfb5feb1128318016a215575874964b70d47b9 (patch)
tree659f445adf4318ef925fa6e498fb4df6b5101e07 /engines
parente3797919fcd518f9b8ac640c7b6b427b1d6c891d (diff)
downloadscummvm-rg350-25cfb5feb1128318016a215575874964b70d47b9.tar.gz
scummvm-rg350-25cfb5feb1128318016a215575874964b70d47b9.tar.bz2
scummvm-rg350-25cfb5feb1128318016a215575874964b70d47b9.zip
Added a FIXME comment
svn-id: r24184
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/vga.cpp3
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,