Warning fixes, general cleanup (#5053)
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled

This commit is contained in:
brainiac
2026-04-04 23:27:21 -07:00
committed by GitHub
parent 435224631f
commit 491b1edd12
107 changed files with 1279 additions and 1542 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
#include <deque>
#include <list>
typedef struct {
struct NPCProximity {
float min_x;
float max_x;
float min_y;
@@ -41,7 +41,7 @@ typedef struct {
float max_z;
bool say;
bool proximity_set;
} NPCProximity;
};
struct AISpells_Struct {
uint32 type; // 0 = never, must be one (and only one) of the defined values