From 1a4b61739832a1f1d597b9c56e67dd8b80b32f76 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 25 Oct 2009 20:53:07 +0000 Subject: - Removed graphics options code from the old GUI. Almost all of them are not supposed to be modified by the user (e.g. the way lines and brushes are drawn), and we can implement any of them again if needed in the new GUI (but they shouldn't really be needed). - Added a config option to disable dithering in the new GUI if requested, called "undither", which is set to true by default and can be changed to false if needed per game - The per-resource palette code has been removed for now, to be replaced by regular hashmaps (once the FreeSCI scifx reading code has been converted) svn-id: r45378 --- engines/sci/module.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sci/module.mk') diff --git a/engines/sci/module.mk b/engines/sci/module.mk index 0f4d95010f..8b038bf286 100644 --- a/engines/sci/module.mk +++ b/engines/sci/module.mk @@ -38,7 +38,6 @@ MODULE_OBJS := \ gfx/gfx_driver.o \ gfx/gfx_gui.o \ gfx/gfx_pixmap_scale.o \ - gfx/gfx_res_options.o \ gfx/gfx_resmgr.o \ gfx/gfx_resource.o \ gfx/gfx_support.o \ -- cgit v1.2.3