diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-19 16:01:17 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-19 16:01:17 (GMT) |
| commit | 456fca22c692cd5199e17e9b6d4279a04ce7da25 (patch) | |
| tree | 88e8a16909a44c6e4af2d21ace552f17154a7d67 /src/elements/firw.cpp | |
| parent | ceb25440cbbb1c6b712985770a0379c4da57cdd4 (diff) | |
| download | powder-456fca22c692cd5199e17e9b6d4279a04ce7da25.zip powder-456fca22c692cd5199e17e9b6d4279a04ce7da25.tar.gz | |
TPT: Change STOR, PIPE, DUST to make correct use of .flags field.
Diffstat (limited to 'src/elements/firw.cpp')
| -rw-r--r-- | src/elements/firw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/firw.cpp b/src/elements/firw.cpp index ffd7941..712d416 100644 --- a/src/elements/firw.cpp +++ b/src/elements/firw.cpp @@ -23,7 +23,7 @@ int update_FIRW(UPDATE_FUNC_ARGS) { parts[i].tmp=2; } else { float newVel = parts[i].life/25; - parts[i].flags = parts[i].flags&0xFFFFFFFE; + parts[i].flags &= ~FLAG_STAGNANT; /* TODO: if ((pmap[(int)(ly-newVel)][(int)lx]&0xFF)==PT_NONE && ly-newVel>0) { parts[i].vy = -newVel; |
