From 3e734c7b8b6c1329647396c7a29cbfb82086dcde Mon Sep 17 00:00:00 2001 From: Logan McNaughton Date: Mon, 12 Feb 2018 08:41:44 -0700 Subject: [PATCH] Fix compile for ZSortBOSS --- src/uCodes/ZSort.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uCodes/ZSort.cpp b/src/uCodes/ZSort.cpp index 9a7876f2..fa199d89 100644 --- a/src/uCodes/ZSort.cpp +++ b/src/uCodes/ZSort.cpp @@ -57,7 +57,6 @@ void ZSort_RDPCMD( u32, u32 _w1 ) } } -inline int Calc_invw (int _w) { if (_w == 0) return 0x7FFFFFFF;