Removed absolute path from some script loaders

This commit is contained in:
Yehonal
2016-08-30 22:19:30 +02:00
parent e113eeec5d
commit 12d3aeacbd
7 changed files with 7 additions and 7 deletions

View File

@@ -9,6 +9,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Events/midsummer.cpp
)
AC_ADD_SCRIPT_LOADER("Event" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
AC_ADD_SCRIPT_LOADER("Event" "ScriptLoader.h")
message(" -> Prepared: Events")