Make SINKS unconditional.
This commit is contained in:
@@ -169,11 +169,7 @@ const struct symdef defsyms[MAXPCHARS] = {
|
||||
{'_', "altar", C(CLR_GRAY)}, /* altar */
|
||||
{'|', "grave", C(CLR_GRAY)}, /* grave */
|
||||
{'\\', "opulent throne",C(HI_GOLD)}, /* throne */
|
||||
#ifdef SINKS
|
||||
{'#', "sink", C(CLR_GRAY)}, /* sink */
|
||||
#else
|
||||
{'#', "", C(CLR_GRAY)}, /* sink */
|
||||
#endif
|
||||
/*30*/ {'{', "fountain", C(CLR_BLUE)}, /* fountain */
|
||||
{'}', "water", C(CLR_BLUE)}, /* pool */
|
||||
{'.', "ice", C(CLR_CYAN)}, /* ice */
|
||||
|
||||
Reference in New Issue
Block a user