Merge branch 'main' of git.techserio.com:mattiashz/solitaire-c64

This commit is contained in:
Mattias Hansson 2026-04-17 17:14:13 +02:00
commit 20fc7f6bde
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