From a89dca11cf475e0bd1399cf5d5c5135d00495ec3 Mon Sep 17 00:00:00 2001 From: xolatile Date: Mon, 4 Aug 2025 18:17:30 +0200 Subject: Minor changes... --- src/shared/iengine.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/shared/iengine.h') diff --git a/src/shared/iengine.h b/src/shared/iengine.h index 80f876d..80bc9c5 100644 --- a/src/shared/iengine.h +++ b/src/shared/iengine.h @@ -221,13 +221,13 @@ extern int lookupmaterial(const vec &o); static inline bool insideworld(const vec &o) { - extern int worldsize; + extern int worldsize; return o.x>=0 && o.x=0 && o.y=0 && o.z