diff --git a/raycaster.cpp b/raycaster.cpp index b051fc0d..ab990acf 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -805,7 +805,7 @@ array enc(int i, int a) { return res; }; -color_t color_out_of_range = 0xFF00080F; +color_t color_out_of_range = 0x0F0800FF; EX void cast() { enable_raycaster();