Files
nethack/include
PatR f20a6bb491 special level's lit state when changing terrain
Part of pull request #308:  when using des.terrain to set terrain,
default for lit state becomes 'unchanged' rather than 'unlit'.
des.replace_terrain already operates that way.  Replace lit state
magic numbers -1 and -2 with SET_LIT_RANDOM and SET_LIT_NOCHANGE.

Also change SET_TYPLIT() to not operate on map column 0 and move
it from rm.h to sp_lev.h.  It never belonged there, is only used
in sp_lev.c, and now because of the SET_LIT_ macros it couldn't be
used anywhere else unless sp_lev.h gets included too.
2020-09-06 16:17:33 -07:00
..
2018-11-11 10:29:52 -05:00
2019-11-27 09:53:40 -08:00
2015-05-25 09:21:15 +09:00
2020-08-10 07:24:16 -07:00
2020-01-29 10:29:37 -05:00
2015-05-25 09:21:15 +09:00
2019-01-28 10:02:08 +01:00
2015-05-25 09:21:15 +09:00
2020-07-06 09:37:26 -04:00
2020-08-12 16:15:28 -07:00
2020-08-20 16:56:50 -07:00