diff options
-rw-r--r-- | engines/agi/picture.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/picture.cpp b/engines/agi/picture.cpp index 4eaabdf7aa..5b55555a6a 100644 --- a/engines/agi/picture.cpp +++ b/engines/agi/picture.cpp @@ -64,9 +64,11 @@ void PictureMgr::putVirtPixel(int x, int y) { *p = _scrColor | (*p & 0xf0); } +#if 0 static void drawProc(int x, int y, int c, void *data) { ((PictureMgr *)data)->putVirtPixel(x, y); } +#endif /** * Draw an AGI line. |