From 3a892c0d1f6aef6b1785740d358d2159945a6110 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 5 Nov 2015 16:28:26 +0100 Subject: Clang warned about self-assignment --- source/c4.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source') diff --git a/source/c4.c b/source/c4.c index 0a48c0b..45cde18 100644 --- a/source/c4.c +++ b/source/c4.c @@ -204,7 +204,6 @@ void C4Op1F() { tanval = (double) C41FYVal / C41FXVal; C41FAngleRes = (short)(atan(tanval) / (3.141592675 * 2) * 512); - C41FAngleRes = C41FAngleRes; if (C41FXVal < 0) C41FAngleRes += 0x100; C41FAngleRes &= 0x1FF; -- cgit v1.2.3