From 7a7c5d5055953301c9046d3543dc5325db236e29 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 16 Mar 2019 22:05:22 +0100 Subject: Fix in example/collision.cpp: Use 0 instead of NULL for empty char --- example/collision.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/collision.cpp b/example/collision.cpp index f08ae4e..4084809 100644 --- a/example/collision.cpp +++ b/example/collision.cpp @@ -20,7 +20,7 @@ public: cc = 0; kc = 0; - drawRectangle('#', NULL, {0,0}, {9,4}, _COL_GREEN, _COL_DEFAULT); + drawRectangle('#', 0, {0,0}, {9,4}, _COL_GREEN, _COL_DEFAULT); } ~testobject() { destruct(); } -- cgit v1.2.3