summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index bb919c61e..271201fa2 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -319,6 +319,7 @@ bool ami_locate_resource(char *fullpath, const char *file)
found = ami_gui_check_resource(fullpath, file);
if(found) return true;
+ /* Check current theme directory */
if(nsoption_charp(theme))
{
strcpy(fullpath, nsoption_charp(theme));