string constants
<Someone> wrote: > Linux, Redhat 7.1 nethack 3.4.0 > >Please see attached patch file. > >I'm attempting to move more stuff into the "read-only" area, in >preparation for a port to another OS.
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
|
||||
/* part of the output on gain or loss of attribute */
|
||||
static
|
||||
const char *plusattr[] = {
|
||||
const char * const plusattr[] = {
|
||||
"strong", "smart", "wise", "agile", "tough", "charismatic"
|
||||
},
|
||||
*minusattr[] = {
|
||||
* const minusattr[] = {
|
||||
"weak", "stupid", "foolish", "clumsy", "fragile", "repulsive"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user