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:
@@ -550,7 +550,7 @@ wizdead()
|
||||
}
|
||||
}
|
||||
|
||||
const char *random_insult[] = {
|
||||
const char * const random_insult[] = {
|
||||
"antic",
|
||||
"blackguard",
|
||||
"caitiff",
|
||||
@@ -581,7 +581,7 @@ const char *random_insult[] = {
|
||||
"wretch",
|
||||
};
|
||||
|
||||
const char *random_malediction[] = {
|
||||
const char * const random_malediction[] = {
|
||||
"Hell shall soon claim thy remains,",
|
||||
"I chortle at thee, thou pathetic",
|
||||
"Prepare to die, thou",
|
||||
|
||||
Reference in New Issue
Block a user