aboutsummaryrefslogtreecommitdiff
path: root/src/ent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ent.c')
-rw-r--r--src/ent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ent.c b/src/ent.c
index 7a0d8fe..31ddcd8 100644
--- a/src/ent.c
+++ b/src/ent.c
@@ -51,7 +51,7 @@ struct edict *ent_getedict(int idx) {
void *ent_get(int idx) {
struct edict *e = ent_getedict(idx);
- if_hot(e) return e->ent_unknown;
+ if_hot (e) return e->ent_unknown;
return 0;
}