0

C: Amend logic in block_class_is_wall()

Resolves an issue where this function would mistakenly identify
various non-wall blocks as walls
This commit is contained in:
Joseph Camp
2020-08-06 23:24:12 +00:00
parent b29c9e9ffc
commit a839fa437d
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
// increment this value if you've made a change to the c extension
// and want to force users to rebuild
#define OVERVIEWER_EXTENSION_VERSION 90
#define OVERVIEWER_EXTENSION_VERSION 91
#include <stdbool.h>
#include <stdint.h>