Fix a few more miscellaneous compiler warnings.

This commit is contained in:
John "Elwin" Edwards 2021-05-01 09:51:30 -04:00
parent ca9e48d5f6
commit d1422feb80
11 changed files with 6 additions and 16 deletions

View file

@ -216,7 +216,10 @@ conn(int r1, int r2)
offset = abs(spos.y - epos.y);
}
else
{
debug("error in connection tables");
return;
}
/*
* Draw in the doors on either side of the passage or just put #'s