Make SINKS unconditional.
This commit is contained in:
@@ -494,12 +494,7 @@ char c;
|
||||
case '{' : return(FOUNTAIN);
|
||||
case '\\' : return(THRONE);
|
||||
case 'K' :
|
||||
#ifdef SINKS
|
||||
return(SINK);
|
||||
#else
|
||||
yywarning("Sinks are not allowed in this version! Ignoring...");
|
||||
return(ROOM);
|
||||
#endif
|
||||
case '}' : return(MOAT);
|
||||
case 'P' : return(POOL);
|
||||
case 'L' : return(LAVAPOOL);
|
||||
|
||||
Reference in New Issue
Block a user