Fix soundsense-season printing error messages in worldgen.

develop
Alexander Gavrilov 2013-03-16 12:15:55 +04:00
parent 96e7b02127
commit 101ab2b301
1 changed files with 1 additions and 0 deletions

@ -1,6 +1,7 @@
-- On map load writes the current season to gamelog.txt
local seasons = {
[-1] = 'Nothing', -- worldgen
[0] = 'Spring',
[1] = 'Summer',
[2] = 'Autumn',