follow-up bit

This commit is contained in:
nhmall
2023-12-12 00:54:36 -05:00
parent 3bdb53fe25
commit 7fb192018d

View File

@@ -718,7 +718,7 @@ do_improvisation(struct obj* instr)
static char *
improvised_notes(boolean *same_as_last_time)
{
static char notes[7] = { 'A', 'B', 'C', 'D', 'E', 'F', 'G' };
static const char notes[7] = { 'A', 'B', 'C', 'D', 'E', 'F', 'G' };
/* target buffer has to be in gc.context, otherwise saving game
* between improvised recitals would not be able to maintain
* the same_as_last_time context. */