| 3111 | } |
| 3112 | |
| 3113 | staticfn void |
| 3114 | error4(coordxy x, coordxy y, int a, int b, int c, int dd) |
| 3115 | { |
| 3116 | pline("set_wall_state: %s @ (%d,%d) %s%s%s%s", |
| 3117 | type_to_name(levl[x][y].typ), x, y, |
| 3118 | a ? "1" : "", b ? "2" : "", c ? "3" : "", dd ? "4" : ""); |
| 3119 | bad_count[levl[x][y].typ]++; |
| 3120 | } |
| 3121 | #endif /* WA_VERBOSE */ |
| 3122 | |
| 3123 | /* |
no test coverage detected