various things

- a couple of README updates
- some color changes for windowcolors
- prevent crash From a bug report, but better than a crash. It
probably renders the map_mode:fit_to_screen ignored in defaults.nh.
This commit is contained in:
nethack.allison
2002-03-11 02:29:42 +00:00
parent e9f10080fb
commit c2d1eb267f
4 changed files with 51 additions and 40 deletions
+1
View File
@@ -178,6 +178,7 @@ int mswin_map_mode(HWND hWnd, int mode)
SIZE mapSize;
data = (PNHMapWindow)GetWindowLong(hWnd, GWL_USERDATA);
if (!data) return mode;
if( mode == data->mapMode ) return mode;
oldMode = data->mapMode;