(from Yitzhak)

Support for a graphical RIP.

-verified for successful source compile and display
of tombstone upon death only.
This commit is contained in:
nethack.allison
2002-03-03 16:46:40 +00:00
parent d7b12d592f
commit c0f875710b
8 changed files with 307 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ typedef struct mswin_nhwindow_app {
HBITMAP bmpTiles;
HBITMAP bmpPetMark;
HBITMAP bmpMapTiles; /* custom tiles bitmap */
HBITMAP bmpRip;
int mapTile_X; /* tile width */
int mapTile_Y; /* tile height */
int mapTilesPerLine; /* number of tile per row in the bitmap */