summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-26 15:03:05 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-26 15:03:05 (GMT)
commit8c25ef733c9fc1424a14e98ed20d2400bdfa5e3a (patch)
tree1e1df041107021703fe5e301f60e4fdd99afcceb /src
parent03902ec9a4c60e53a7f80649bcf3a1158a20465e (diff)
downloadpowder-8c25ef733c9fc1424a14e98ed20d2400bdfa5e3a.zip
powder-8c25ef733c9fc1424a14e98ed20d2400bdfa5e3a.tar.gz
Revert "F1 to bring up intro message"
This reverts commit f8d54e66dba5d8448d30f61f84883b4e7e6e1087.
Diffstat (limited to 'src')
-rw-r--r--src/main.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/main.c b/src/main.c
index ed5b91c..3cccd43 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2415,22 +2415,10 @@ int main(int argc, char *argv[])
if (sdl_key==SDLK_SPACE)
sys_pause = !sys_pause;
if (sdl_key=='u')
+
aheat_enable = !aheat_enable;
- if (sdl_key=='h' && !(sdl_mod & KMOD_LCTRL))
- {
+ if (sdl_key=='h')
hud_enable = !hud_enable;
- }
- if (sdl_key==SDLK_F1 || (sdl_key=='h' && (sdl_mod & KMOD_LCTRL)))
- {
- if(!it)
- {
- it = 8047;
- }
- else
- {
- it = 0;
- }
- }
if (sdl_key=='n')
pretty_powder = !pretty_powder;
if (sdl_key=='p')