summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index af1681dab9..09be639e3a 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -478,10 +478,10 @@ struct run_check_dir
struct delay_queue_item
{
- int type;
- int duration;
- int parm1;
- int parm2;
+ delay_type type;
+ int duration;
+ int parm1;
+ int parm2;
};