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:
4f6bc94
)
Remove duped const keywords.
135/head
author
Jason S. Ninneman
<jsn@mbar.us>
Mon, 26 Jun 2017 03:22:38 +0000
(20:22 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Mon, 26 Jun 2017 03:22:38 +0000
(20:22 -0700)
newdungeon.py
patch
|
blob
|
history
diff --git
a/newdungeon.py
b/newdungeon.py
index 0575d2c8b3afad7a03812f1482244d1f11d70077..ba89670b3e0224799c0ca755d4d8786db256be32 100755
(executable)
--- a/
newdungeon.py
+++ b/
newdungeon.py
@@
-96,8
+96,8
@@
typedef struct {{
extern const location_t locations[];
extern const object_description_t object_descriptions[];
-extern const c
onst c
har* arbitrary_messages[];
-extern const c
onst c
lass_t classes[];
+extern const char* arbitrary_messages[];
+extern const class_t classes[];
extern const turn_threshold_t turn_thresholds[];
extern const obituary_t obituaries[];
extern const hint_t hints[];