1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Fix compile for ZSortBOSS

This commit is contained in:
Logan McNaughton 2018-02-12 08:41:44 -07:00 committed by Sergey Lipskiy
parent 281e900a3f
commit 3e734c7b8b

View File

@ -57,7 +57,6 @@ void ZSort_RDPCMD( u32, u32 _w1 )
}
}
inline
int Calc_invw (int _w) {
if (_w == 0)
return 0x7FFFFFFF;