- [FIX] Estic peiv i estava mal

This commit is contained in:
2024-05-14 13:13:42 +02:00
parent fcb1f2a9ee
commit d9a4507f93

2
api.h
View File

@@ -4,7 +4,7 @@
#include "System.h"
#include <stdlib.h>
#define message_eq(m) strncmp(msg, m, 20)
#define message_eq(m) (strncmp(msg, m, 20)==0)
enum BlendMode { BlendNone, BlendBlend, BlendAdd, BlendMod };