grammar: "foo based" to "foo-based"
There seems to be a need to locate these in the distribution every decade or so.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define CLR_WHITE 15
|
||||
#define CLR_MAX 16
|
||||
|
||||
/* The "half-way" point for tty based color systems. This is used in */
|
||||
/* The "half-way" point for tty-based color systems. This is used in */
|
||||
/* the tty color setup code. (IMHO, it should be removed - dean). */
|
||||
#define BRIGHT 8
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
* Some combinations make no sense. See the installation document.
|
||||
*/
|
||||
#if !defined(NOTTYGRAPHICS)
|
||||
#define TTY_GRAPHICS /* good old tty based graphics */
|
||||
#define TTY_GRAPHICS /* good old tty-based graphics */
|
||||
#endif
|
||||
/* #define CURSES_GRAPHICS *//* Curses interface - Karl Garrison*/
|
||||
/* #define X11_GRAPHICS */ /* X11 interface */
|
||||
|
||||
@@ -371,7 +371,7 @@
|
||||
* NetHack 3.2.0, April 11, 1996
|
||||
* enhancements to the windowing systems including "tiles" or icons to
|
||||
* visually represent monsters and objects (courtesy Warwick Allison)
|
||||
* window based menu system introduced for inventory and selection
|
||||
* window-based menu system introduced for inventory and selection
|
||||
* moving light sources besides the player
|
||||
* improved #untrap (courtesy Helge Hafting)
|
||||
* spellcasting logic changes to balance spellcasting towards magic-using
|
||||
|
||||
Reference in New Issue
Block a user