(svn r17500) -Fix (r16502): The wrong value was restored to SetAllowDoCommand possible resulting in an AI that wasn't allowed to do any actions
This commit is contained in:
@@ -140,8 +140,15 @@ protected:
|
||||
static GroupID GetNewGroupID();
|
||||
|
||||
/**
|
||||
* Get the latest stored allow_do_command.
|
||||
* If this is false, you are not allowed to do any DoCommands.
|
||||
* Can we suspend the AI at this moment?
|
||||
*/
|
||||
static bool CanSuspend();
|
||||
|
||||
/**
|
||||
* Get the internal value of allow_do_command. This can differ
|
||||
* from CanSuspend() if the reason we are not allowed
|
||||
* to execute a DoCommand is in squirrel and not the API.
|
||||
* In that case use this function to restore the previous value.
|
||||
*/
|
||||
static bool GetAllowDoCommand();
|
||||
|
||||
|
Reference in New Issue
Block a user