aboutsummaryrefslogtreecommitdiffstats
path: root/usr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.c')
-rw-r--r--usr.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.c b/usr.c
index af359ac..963130a 100644
--- a/usr.c
+++ b/usr.c
@@ -1,4 +1,6 @@
/* $Id: usr.c,v 1.1.1.1 2010/07/17 17:30:32 culot Exp $ */
+/* vim: et ai sts=2 ts=2 sw=2:
+ * */
/*
* Copyright (c) 2010 Frederic Culot <frederic@culot.org>
@@ -87,7 +89,7 @@ usr_input (void)
case ORKEY_DIG_RIGHT:
hero_dig (MOV_RIGHT);
break;
-
+
case ORKEY_LEVEL_NEXT:
lvl_load_next ();
break;
@@ -98,7 +100,7 @@ usr_input (void)
case ORKEY_SUICIDE:
hero_die ();
break;
-
+
default:
/*
* No action were performed by the user in the time interval.
Un proyecto texto-plano.xyz