-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix occasional crash in CBuilderCAI::ExecuteBuildCmd() (#1947)
* * Fix occasional crash in CBuilderCAI::ExecuteBuildCmd() caused by a dangling other command, the reason for such commands to dangle is unknown for now * Actually assign commands in CCommandAI::inCommand instead of specifying boolean flag, will help debug the above * C++ pass on CMD_ and other related constants
- Loading branch information
Showing
7 changed files
with
138 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.