From 66e6bc503c567ef7f2b2a7bb61bb39d7851f4638 Mon Sep 17 00:00:00 2001 From: johns <> Date: Mon, 25 Mar 2002 00:49:01 +0000 Subject: [PATCH] todo 'images should be shared' added. --- src/ui/ui.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/ui.cpp b/src/ui/ui.cpp index 678be92d6..c4cd79598 100644 --- a/src/ui/ui.cpp +++ b/src/ui/ui.cpp @@ -107,6 +107,10 @@ global void InitUserInterface(const char *RaceName) /** ** Load the user interface graphics. +** +** @todo If sub images of the same graphic are used, they are loaded +** multiple into memory. Use the IconFile code and perhaps build +** a new layer, which supports image sharing. */ global void LoadUserInterface(void) {