From 64db2376d2ebc2b4065fb94938c23a58faadce73 Mon Sep 17 00:00:00 2001 From: nkorslund Date: Tue, 25 Aug 2009 19:27:59 +0000 Subject: [PATCH] Superfluous commit because of my git n00b-ness. git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@129 ea6a568a-9f4f-0410-981a-c910a81bb256 --- mscripts/setup.d | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mscripts/setup.d b/mscripts/setup.d index 58960e0cd..eb22e6ee7 100644 --- a/mscripts/setup.d +++ b/mscripts/setup.d @@ -52,6 +52,10 @@ void initMonsterScripts() // Set up the GUI Monster module setupGUIScripts(); + + // Add test cases for scripts here. This allows them to be tested + // without engaging the rendering engine (specify the -n command + // line switch.) } // This should probably not be here: