summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_bridge.hpp.sq
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-04-26 12:22:09 +0000
committeryexo <yexo@openttd.org>2009-04-26 12:22:09 +0000
commitf0bc464b184ff77e0a3ce84fac91f047ba06db0a (patch)
tree87649ec8d2f24a3462522bb2bca40d1e98f272b1 /src/ai/api/ai_bridge.hpp.sq
parentce171535d19aaa0aac7397845dadfd358f952b07 (diff)
downloadopenttd-f0bc464b184ff77e0a3ce84fac91f047ba06db0a.tar.xz
(svn r16158) -Codechange: fix the string alignment in all .hpp.sq files
Diffstat (limited to 'src/ai/api/ai_bridge.hpp.sq')
-rw-r--r--src/ai/api/ai_bridge.hpp.sq2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_bridge.hpp.sq b/src/ai/api/ai_bridge.hpp.sq
index 32abad8a8..593dc83ed 100644
--- a/src/ai/api/ai_bridge.hpp.sq
+++ b/src/ai/api/ai_bridge.hpp.sq
@@ -28,7 +28,7 @@ void SQAIBridge_Register(Squirrel *engine) {
AIError::RegisterErrorMap(STR_ERROR_CAN_T_BUILD_BRIDGE_HERE, AIBridge::ERR_BRIDGE_TYPE_UNAVAILABLE);
AIError::RegisterErrorMap(STR_ERROR_ENDS_OF_BRIDGE_MUST_BOTH, AIBridge::ERR_BRIDGE_CANNOT_END_IN_WATER);
- AIError::RegisterErrorMap(STR_BRIDGEHEADS_NOT_SAME_HEIGHT, AIBridge::ERR_BRIDGE_HEADS_NOT_ON_SAME_HEIGHT);
+ AIError::RegisterErrorMap(STR_BRIDGEHEADS_NOT_SAME_HEIGHT, AIBridge::ERR_BRIDGE_HEADS_NOT_ON_SAME_HEIGHT);
AIError::RegisterErrorMapString(AIBridge::ERR_BRIDGE_TYPE_UNAVAILABLE, "ERR_BRIDGE_TYPE_UNAVAILABLE");
AIError::RegisterErrorMapString(AIBridge::ERR_BRIDGE_CANNOT_END_IN_WATER, "ERR_BRIDGE_CANNOT_END_IN_WATER");