Mercurial > hg > early-roguelike
comparison arogue5/rogue.c @ 70:b27bd9f8c7d0
arogue5: change default program name and options.
author | elwin |
---|---|
date | Sat, 11 Aug 2012 21:53:49 +0000 |
parents | a98834ce7e04 |
children | 19903deed392 |
comparison
equal
deleted
inserted
replaced
69:88dc6813e36a | 70:b27bd9f8c7d0 |
---|---|
109 bool auto_pickup = TRUE; | 109 bool auto_pickup = TRUE; |
110 bool door_stop = FALSE; | 110 bool door_stop = FALSE; |
111 bool jump = FALSE; | 111 bool jump = FALSE; |
112 bool slow_invent = FALSE; | 112 bool slow_invent = FALSE; |
113 bool firstmove = FALSE; | 113 bool firstmove = FALSE; |
114 bool askme = FALSE; | 114 bool askme = TRUE; |
115 bool in_shell = FALSE; | 115 bool in_shell = FALSE; |
116 bool daytime = TRUE; | 116 bool daytime = TRUE; |
117 bool use_savedir = FALSE; | 117 bool use_savedir = FALSE; |
118 coord delta; /* Change indicated to get_dir() */ | 118 coord delta; /* Change indicated to get_dir() */ |
119 LEVTYPE levtype; /* type of level i'm on */ | 119 LEVTYPE levtype; /* type of level i'm on */ |