Commit 2745ac2
committed
Prevent building on burning oil.
Add a counter per map tile for fire effects, only clear the "is burning" bit
when it is 0.
This works only because the part that actually loaded effects from savegames
vanished in 695cd8e, so we start with a clean
slate after loading.
Closes #1100.1 parent a8d88d8 commit 2745ac2
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
272 | 276 | | |
273 | 277 | | |
274 | 278 | | |
| |||
2249 | 2253 | | |
2250 | 2254 | | |
2251 | 2255 | | |
| 2256 | + | |
2252 | 2257 | | |
2253 | 2258 | | |
2254 | 2259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
0 commit comments