Fix warnings, unused and shadowed variables

This commit is contained in:
Pasi Kallinen
2015-04-10 20:55:24 +03:00
parent ddd7c9b690
commit cc1b5de2a8
4 changed files with 4 additions and 6 deletions

View File

@@ -879,7 +879,6 @@ fumaroles()
for (n = rn2(3)+2; n; n--) {
xchar x = rn1(COLNO-4,3);
xchar y = rn1(ROWNO-4,3);
struct trap *ttmp = t_at(x,y);
if (levl[x][y].typ == LAVAPOOL) {
NhRegion *r = create_gas_cloud(x,y, 4+rn2(5), rn1(10,5));
clear_heros_fault(r);