# HG changeset patch # User Stefan Stammberger # Date 1398619394 -7200 # Node ID 441c4a4566c04e11dd1a361b6a8cde81f9e2312a # Parent 121fa055d6cf55ecea73580db260850b6bcdadd9 refs #29: fixed missing resource path to CEGUI 0.8 version of the emotionsets diff -r 121fa055d6cf -r 441c4a4566c0 src/gui/default_resources.cfg.inc.in --- a/src/gui/default_resources.cfg.inc.in Sun Apr 27 10:11:42 2014 +0200 +++ b/src/gui/default_resources.cfg.inc.in Sun Apr 27 19:23:14 2014 +0200 @@ -85,6 +85,7 @@ "\n" "[emotionsets]\n" "FileSystem=@SUMWARS_PREFIX@/@SUMWARS_SHARE_DIR@/resources/emotionsets\n" +"FileSystem=@SUMWARS_PREFIX@/@SUMWARS_SHARE_DIR@/resources/@CEGUI_VERSION_RESOURCES@/emotionsets\n" "\n" "[itempictures]\n" "FileSystem=@SUMWARS_PREFIX@/@SUMWARS_SHARE_DIR@/resources/itempictures\n"