Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-mario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dzyubenko <shadone@gmail.com>2014-01-14 02:58:56 +0400
committerDenis Dzyubenko <shadone@gmail.com>2014-01-14 02:58:56 +0400
commitdc4ca13eb2228c8eafa981093bacafc8afea7554 (patch)
treec1f19764d00a96510ac8c93ca0dbc91fc1ff9981
parent0d106bfe33beaba670ab036cf09afec21af30a3e (diff)
Disable demo mode
-rw-r--r--src/pebble-mario.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pebble-mario.c b/src/pebble-mario.c
index f0ad8ed..1314ccc 100644
--- a/src/pebble-mario.c
+++ b/src/pebble-mario.c
@@ -21,7 +21,7 @@
#include <time.h>
// #define INVERSED_COLORS
-#define DEMO // display fake time. Good for taking screenshots of the watchface.
+// #define DEMO // display fake time. Good for taking screenshots of the watchface.
Window *window;