diff options
author | rubidium <rubidium@openttd.org> | 2009-09-18 14:23:39 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-18 14:23:39 +0000 |
commit | e5755bd9508f818ff65f7af6521bf1e42dd019f6 (patch) | |
tree | 1a2018ad74979fdafc4c7ad72a59a85d074f5a80 /src/ai/api | |
parent | 5557d2a224c2fc8ee9c66ceb7f66faf5a5ec44d2 (diff) | |
download | openttd-e5755bd9508f818ff65f7af6521bf1e42dd019f6.tar.xz |
(svn r17566) -Fix: ai_basestation.hpp.sq linked to the wrong header; it did work though
Diffstat (limited to 'src/ai/api')
-rw-r--r-- | src/ai/api/ai_basestation.hpp.sq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_basestation.hpp.sq b/src/ai/api/ai_basestation.hpp.sq index 3cf3872d4..93cedfe4c 100644 --- a/src/ai/api/ai_basestation.hpp.sq +++ b/src/ai/api/ai_basestation.hpp.sq @@ -9,7 +9,7 @@ /* THIS FILE IS AUTO-GENERATED; PLEASE DO NOT ALTER MANUALLY */ -#include "ai_waypoint.hpp" +#include "ai_basestation.hpp" namespace SQConvert { /* Allow enums to be used as Squirrel parameters */ |