projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac41aa
)
Fix typo and type mismatch.
author
Jason S. Ninneman
<jsn@mbar.us>
Mon, 26 Jun 2017 03:20:44 +0000
(20:20 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Mon, 26 Jun 2017 03:20:44 +0000
(20:20 -0700)
newdungeon.py
patch
|
blob
|
history
diff --git
a/newdungeon.py
b/newdungeon.py
index 87ac249850a58072dada4a6291f59d2169e023a1..0575d2c8b3afad7a03812f1482244d1f11d70077 100755
(executable)
--- a/
newdungeon.py
+++ b/
newdungeon.py
@@
-166,7
+166,7
@@
long conditions[] = {{
{}
}};
-
vocabulary_t vocabulary[]
{{
+
const vocabulary_t vocabulary[] =
{{
{}
}};