summaryrefslogtreecommitdiff
path: root/src/fate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fate.hpp')
-rw-r--r--src/fate.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fate.hpp b/src/fate.hpp
index 906bc99d..948adb51 100644
--- a/src/fate.hpp
+++ b/src/fate.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
/**
* Fate descritpor.
@@ -17,6 +17,6 @@ struct fate
s16b r_idx; /* Monster to find */
s16b count; /* Number of things */
s16b time; /* Turn before */
- bool_ know; /* Has it been predicted? */
- bool_ icky; /* Hackish runtime-only flag */
+ bool know; /* Has it been predicted? */
+ bool icky; /* Hackish runtime-only flag */
};