[Scummvm-cvs-logs] SF.net SVN: scummvm: [24184] scummvm/trunk/engines/agos/vga.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Oct 8 02:42:35 CEST 2006
Revision: 24184
http://svn.sourceforge.net/scummvm/?rev=24184&view=rev
Author: fingolfin
Date: 2006-10-07 17:42:31 -0700 (Sat, 07 Oct 2006)
Log Message:
-----------
Added a FIXME comment
Modified Paths:
--------------
scummvm/trunk/engines/agos/vga.cpp
Modified: scummvm/trunk/engines/agos/vga.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga.cpp 2006-10-08 00:41:29 UTC (rev 24183)
+++ scummvm/trunk/engines/agos/vga.cpp 2006-10-08 00:42:31 UTC (rev 24184)
@@ -830,6 +830,9 @@
}
/* 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,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list