From a2aba2f18e7bac99f21d095b9ccaaa19924e2e46 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 20 Feb 2009 15:24:22 +0000 Subject: SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other resource manager' that it should be renamed to GraphicsManager or so svn-id: r38592 --- engines/sci/gfx/resmgr.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sci/gfx/resmgr.cpp') diff --git a/engines/sci/gfx/resmgr.cpp b/engines/sci/gfx/resmgr.cpp index 861152ded9..1a4450baeb 100644 --- a/engines/sci/gfx/resmgr.cpp +++ b/engines/sci/gfx/resmgr.cpp @@ -25,6 +25,9 @@ /* Resource manager core part */ +// FIXME/TODO: The name "(Graphics) resource manager", and the associated +// filenames, are misleading. This should be renamed to "Graphics manager" +// or something like that. #include "sci/include/gfx_resource.h" #include "sci/include/gfx_tools.h" -- cgit v1.2.3