]> granicus.if.org Git - nethack/commit
some tilemap.c cleanup
authorPatR <rankin@nethack.org>
Fri, 30 Dec 2022 20:45:02 +0000 (12:45 -0800)
committerPatR <rankin@nethack.org>
Fri, 30 Dec 2022 20:45:02 +0000 (12:45 -0800)
commit8397b15d83fc41e01f8277e2d887889ec1592743
tree4e04ac8a2708cfbca0b82f7fb78c1ef2703ab362
parent11b72eb18bd310dba3580e0d21c452abd11f73da
some tilemap.c cleanup

I'm headed back to the drawing board for some tiles changes I was
attempting, but before tossing what I had I've extracted a modest
amount of cleanup for the code in win/share/tilemap.c.  Some
formatting, a bit of generated formatting, make ENHANCED_SYMBOLS
less intrusive, and an error check to prevent a crash in tilemap
I triggered.  Also avoid one in nethack caused by an object (not
included here) which had a description but no name.
src/utf8map.c
win/share/tilemap.c