diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-14 01:10:45 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-14 01:10:45 (GMT) |
| commit | 7856f727a5b7d88904752267d4a1decd66ecbf4e (patch) | |
| tree | cce09602f7d9ac4ddabc4ff203e24b7740c4a744 /src/gui | |
| parent | 8aa9f96843abfdc8ca619412032f2d2c78fe3ccc (diff) | |
| download | powder-7856f727a5b7d88904752267d4a1decd66ecbf4e.zip powder-7856f727a5b7d88904752267d4a1decd66ecbf4e.tar.gz | |
rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGN
Diffstat (limited to 'src/gui')
| -rw-r--r-- | src/gui/game/GameController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/game/GameController.cpp b/src/gui/game/GameController.cpp index d7b808b..fab4a5d 100644 --- a/src/gui/game/GameController.cpp +++ b/src/gui/game/GameController.cpp @@ -740,7 +740,7 @@ void GameController::ResetAir() sim->air->Clear(); for (int i = 0; i < NPART; i++) { - if (sim->parts[i].type == PT_QRTZ || sim->parts[i].type == PT_GLAS || sim->parts[i].type == PT_TUGN) + if (sim->parts[i].type == PT_QRTZ || sim->parts[i].type == PT_GLAS || sim->parts[i].type == PT_TUNG) { sim->parts[i].pavg[0] = sim->parts[i].pavg[1] = 0; } |
