summaryrefslogtreecommitdiff
path: root/src/exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit.h')
-rw-r--r--src/exit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit.h b/src/exit.h
index 633fe47..5ea3418 100644
--- a/src/exit.h
+++ b/src/exit.h
@@ -1,7 +1,7 @@
#pragma once
typedef struct {
- int _;
+ int dir;
} Exit;
struct Entity;