1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 00:42:45 +01:00

(svn r24009) [1.2] -Backport from trunk:

- Fix: [Script] AI used in names in API for GSOrder [FS#5088] (r24006)
This commit is contained in:
rubidium
2012-03-04 16:56:41 +00:00
parent e19915d824
commit 5814764af9
29 changed files with 222 additions and 170 deletions

View File

@@ -14,7 +14,7 @@
#include <queue>
/** The queue of events for an AI. */
/** The queue of events for a script. */
struct ScriptEventData {
std::queue<ScriptEvent *> stack; ///< The actual queue.
};