code review feedback

This commit is contained in:
theturtlemafia
2025-08-02 12:25:31 -04:00
parent dbff88add0
commit 08307d62ad
3 changed files with 27 additions and 28 deletions
+2 -1
View File
@@ -29,6 +29,7 @@
#define DEFAULT_JOKER_ID 0
#define GREEDY_JOKER_ID 1 // This is just an example to show the patern of making joker IDs
#define JOKER_STENCIL_ID 16
typedef struct
{
@@ -39,7 +40,7 @@ typedef struct
bool processed;
} Joker;
typedef struct JokerObject // copy of CardObject in card.h
typedef struct JokerObject
{
Joker *joker;
SpriteObject* sprite_object;