Latest changes for new compiler features that remove unused funcs

This commit is contained in:
Mattias Hansson 2026-04-17 17:11:43 +02:00
parent 66e0d62a4d
commit c806c78728
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,9 @@
#INCLUDE <c64start.c65>
#INCLUDE <c64defs.c65>
#PRAGMA _P_USE_IMMUTABLE_CODE 1
#PRAGMA _P_REMOVE_UNUSED 1
//#DEFINE MOUSE_NO_SMOOTHING 1
// Enable test game setups (comment out for release build)

View file

@ -530,7 +530,6 @@ FEND
// ============================================================================
FUNC render_pile_by_id({BYTE pile_id})
WORD pile_ptr @ $92
WORD screen_offset
pile_id_to_pointer(pile_id, pile_ptr)
IF pile_ptr == 0