From fb51b0075956d3490c4ef9bf809cf9a61b03af91 Mon Sep 17 00:00:00 2001 From: Natashi <32347635+Natashi@users.noreply.github.com> Date: Fri, 10 Dec 2021 22:17:02 +0700 Subject: [PATCH] Fixed a stupid typo --- Change Log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Change Log.txt b/Change Log.txt index 80ccc071..dddd99f8 100644 --- a/Change Log.txt +++ b/Change Log.txt @@ -4,7 +4,7 @@ A mostly-complete history log of engine updates can be found here. Changes: - This version breaks replay, common data, and .dat archive backwards compatibility. - Replaced the default script select backgrounds with a radder version. (Thanks to Naudiz) - - Renamed GetShotIdAll to GetAllEnemyID. + - Renamed GetShotIdAll to GetAllShotID. - Changed the text representation of script value types in error messages. - "real-array-array" -> "real[][]" - Script matrix functions can now take in a 4x4 array instead of only a 1x16 array previously.