Fix valgrind complaint in wizmode terrain
The code was writing characters into row[x-1] in the loop, but putting the string terminator at row[x], leaving one character between uninitialized.
This commit is contained in:
The code was writing characters into row[x-1] in the loop, but putting the string terminator at row[x], leaving one character between uninitialized.