diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2013-09-15 14:44:01 (GMT) |
|---|---|---|
| committer | jacksonmj <mj-pt@jacksonmj.co.uk> | 2013-09-15 14:44:01 (GMT) |
| commit | ce277a11f1803269b10c5084f36ce0ca1aee9e33 (patch) | |
| tree | 8c9eeef6fc3ea65326164f8e5dece20a710809e0 /src/gui | |
| parent | e578b9f7996efe52584af8e8eb5e6e7f16119d35 (diff) | |
| download | powder-ce277a11f1803269b10c5084f36ce0ca1aee9e33.zip powder-ce277a11f1803269b10c5084f36ce0ca1aee9e33.tar.gz | |
Forgot HUD description for FILT tmp=9
Diffstat (limited to 'src/gui')
| -rw-r--r-- | src/gui/game/GameView.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/game/GameView.cpp b/src/gui/game/GameView.cpp index 1dad1f8..6eb5830 100644 --- a/src/gui/game/GameView.cpp +++ b/src/gui/game/GameView.cpp @@ -2078,8 +2078,8 @@ void GameView::OnDraw() else if (sample.particle.type == PT_FILT) { sampleInfo << c->ElementResolve(sample.particle.type, sample.particle.ctype); - const char* filtModes[] = {"set colour", "AND", "OR", "subtract colour", "red shift", "blue shift", "no effect", "XOR", "NOT"}; - if (sample.particle.tmp>=0 && sample.particle.tmp<=8) + const char* filtModes[] = {"set colour", "AND", "OR", "subtract colour", "red shift", "blue shift", "no effect", "XOR", "NOT", "old QRTZ scattering"}; + if (sample.particle.tmp>=0 && sample.particle.tmp<=9) sampleInfo << " (" << filtModes[sample.particle.tmp] << ")"; else sampleInfo << " (unknown mode)"; |
