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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user