From e0e8fced7c7336f9afcb87c6c0f3e6ad628c04c4 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 28 Oct 2021 18:19:07 -0400 Subject: [PATCH] bad cast making sp_lev chameleon light source Closes #625 --- doc/fixes37.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 25d694010..1f6132d85 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -1340,6 +1340,7 @@ variable attknum was declared without initialization, and was used in find_roll_to_hit() (pr #615 by argrath) check for NULL lua_State before calling lua_close() (pr #616 by argrath) use %lu, not %d, in format string in timer_sanity_check() (pr #617 by argrath) +bad cast making sp_lev chameleon light source (pr #625 by entrez) Code Cleanup and Reorganization