summaryrefslogtreecommitdiff
path: root/xd.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2017-01-09 13:52:27 +0000
committerIan C <ianc@noddybox.co.uk>2017-01-09 13:52:27 +0000
commit3196c12dd83bcf88b3448264dc4afff87054541e (patch)
tree1a68c2aef5532369eaf841fffc6eeedb6c8bc838 /xd.c
parent0ea8e23456b44365d30ad8a80357c3a2711fee11 (diff)
Added README, additional instructions and removed (pointless) dependency file
from make.
Diffstat (limited to 'xd.c')
-rw-r--r--xd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xd.c b/xd.c
index 548c3da..3a9a588 100644
--- a/xd.c
+++ b/xd.c
@@ -212,7 +212,7 @@ static DemoInfo demotbl[NO_DEMOS]=
UsesPixmap
},
{
- "Test3DDemo",
+ "Test3DDemo (LMB to change mode, RMB to change culling)",
Test3DDemo,
UsesPixmap
},
@@ -237,7 +237,7 @@ static DemoInfo demotbl[NO_DEMOS]=
UsesPixmap
},
{
- "Crater Landscape",
+ "Crater Landscape (LMB to enter view mode, RMB to change draw mode)",
CraterDemo,
UsesPixmap
},