ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit 538e1310ee14f65289be5a58ee2ed4d243ecac92
parent a70bb0a799ec52b062b43039c4b3b9978ae233a3
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Thu,  2 Mar 2023 16:42:15 +0100

Removed unused macros

Diffstat:
Msrc/scopes/ft2_scope_macros.h | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/scopes/ft2_scope_macros.h b/src/scopes/ft2_scope_macros.h @@ -187,16 +187,6 @@ #define SCOPE_DRAW_SMP \ video.frameBuffer[((lineY - sample) * SCREEN_W) + x] = color; -#define LINED_SCOPE_PREPARE_SMP8 \ - SCOPE_GET_SMP8 \ - y1 = lineY - sample; \ - SCOPE_UPDATE_DRAWPOS - -#define LINED_SCOPE_PREPARE_SMP16 \ - SCOPE_GET_SMP16 \ - y1 = lineY - sample; \ - SCOPE_UPDATE_DRAWPOS - #define LINED_SCOPE_PREPARE_LERP_SMP8 \ SCOPE_GET_LERP_SMP8 \ y1 = lineY - sample; \