From 28f6f0196a97926f1f544b7e7009e67be98419dc Mon Sep 17 00:00:00 2001 From: Matt Pharoah Date: Sat, 14 Dec 2019 23:38:00 -0500 Subject: [PATCH] Fixed a crash when loading a script with a 0x1E command --- src/Scripts/GeoScripts.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Scripts/GeoScripts.cs b/src/Scripts/GeoScripts.cs index 50e49a4..8641966 100644 --- a/src/Scripts/GeoScripts.cs +++ b/src/Scripts/GeoScripts.cs @@ -393,6 +393,7 @@ private static byte getCmdLength(byte cmd) case 0x19: case 0x1A: case 0x1D: + case 0x1E: return 0x08; case 0x08: case 0x0A: