SCI: arg5 is map for graph(updateBox), added comment

svn-id: r50221
This commit is contained in:
Martin Kiewitz 2010-06-24 17:02:55 +00:00
parent 6a811a8ae6
commit 00e88f15e3

View file

@ -301,6 +301,7 @@ reg_t kGraph(EngineState *s, int argc, reg_t *argv) {
case K_GRAPH_UPDATE_BOX: {
rect = kGraphCreateRect(x, y, x1, y1);
bool hiresMode = (argc > 6) ? true : false;
// arg5 is the map (1 for visual, etc.)
// argc == 7 on upscaled hires
g_sci->_gfxPaint16->kernelGraphUpdateBox(rect, hiresMode);
break;