(svn r24574) -Change: remove undocumented return value of ScriptController::Break()

This commit is contained in:
zuu
2012-10-05 19:13:44 +00:00
parent a023c9ae68
commit 4f40acded0
2 changed files with 3 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ public:
* @note gui.ai_developer_tools setting must be enabled or the break is
* ignored.
*/
static bool Break(const char* message);
static void Break(const char* message);
/**
* When Squirrel triggers a print, this function is called.