File diff r17363:780ca30cfddd → r17364:eb97848263b6
src/script/squirrel.hpp
Show inline comments
 
@@ -22,6 +22,7 @@ private:
 
	void *global_pointer;    ///< Can be set by who ever initializes Squirrel
 
	SQPrintFunc *print_func; ///< Points to either NULL, or a custom print handler
 
	bool crashed;            ///< True if the squirrel script made an error.
 
	int overdrawn_ops;       ///< The amount of operations we have overdrawn.
 

	
 
	/**
 
	 * The internal RunError handler. It looks up the real error and calls RunError with it.