From f984f61055c0fbe77250a1759d3af5c4068c70d7 Mon Sep 17 00:00:00 2001 From: Alexei Dobrohotov Date: Thu, 20 Jun 2019 14:18:12 +0300 Subject: [PATCH] Ignore any fourth AITravel argument for now --- components/compiler/extensions0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/compiler/extensions0.cpp b/components/compiler/extensions0.cpp index e66f051d7..5b60f9d6d 100644 --- a/components/compiler/extensions0.cpp +++ b/components/compiler/extensions0.cpp @@ -33,7 +33,7 @@ namespace Compiler { extensions.registerInstruction ("aiactivate", "c/l", opcodeAIActivate, opcodeAIActivateExplicit); - extensions.registerInstruction ("aitravel", "fff/lx", opcodeAiTravel, + extensions.registerInstruction ("aitravel", "fff/zx", opcodeAiTravel, opcodeAiTravelExplicit); extensions.registerInstruction ("aiescort", "cffff/l", opcodeAiEscort, opcodeAiEscortExplicit);