summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-20 18:03:33 +0200
committerkdx <kikoodx@paranoici.org>2023-04-20 18:03:33 +0200
commitd8f6cc615a0c856b017c7112ec7e7c8088227c5f (patch)
treea014c0f0843a5cf4410fa7af6cd4e124c0a82ffe
parent7cc957a5cdd57446afc20ba0cbd91104b5a45e85 (diff)
downloadpx-d8f6cc615a0c856b017c7112ec7e7c8088227c5f.tar.gz
spr takes const spr
-rw-r--r--src/px.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/px.h b/src/px.h
index a1f8953..35ea8ba 100644
--- a/src/px.h
+++ b/src/px.h
@@ -22,7 +22,7 @@ typedef struct {
typedef struct {
int _;
- PxSpr *spr;
+ const PxSpr *spr;
int x;
int y;
int ix;