You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows-specific fixes:
- Fix running bug (see_wall() was not using an unsigned char, which broke checks for wall character values >127)
- In non-roguelike mode, make keypad Ins key always act as a number zero '0' key (this is a user-requested deviation from the original DOS implementation)
- Remove non-Windows-specific code from Windows flavor of ms_misc.c.