Changeset - r18412:5dc426e50f35
[Not reviewed]
master
0 1 0
truebrain - 13 years ago 2011-11-19 15:51:21
truebrain@openttd.org
(svn r23264) -Fix (r23263): save before commit
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/script/squirrel.hpp
Show inline comments
 
@@ -236,25 +236,25 @@ public:
 

	
 
	/**
 
	 * Find out if the squirrel script made an error before.
 
	 */
 
	bool HasScriptCrashed();
 

	
 
	/**
 
	 * Reset the crashed status.
 
	 */
 
	void ResetCrashed();
 

	
 
	/**
 
	 * Set the AI status to crashed.
 
	 * Set the script status to crashed.
 
	 */
 
	void CrashOccurred();
 

	
 
	/**
 
	 * Are we allowed to suspend the squirrel script at this moment?
 
	 */
 
	bool CanSuspend();
 

	
 
	/**
 
	 * How many operations can we execute till suspension?
 
	 */
 
	SQInteger GetOpsTillSuspend();
0 comments (0 inline, 0 general)