diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-26 14:58:39 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-26 14:58:39 (GMT) |
| commit | 9b4f710e28bd7d14bec0ce67d19d75cb6a67c5a6 (patch) | |
| tree | 1d46987563b4446e052fde7ce7afcae458599e9d /src/simulation/SimulationData.cpp | |
| parent | c3ba809806481912b895a12b2d70df7c3dc16476 (diff) | |
| download | powder-9b4f710e28bd7d14bec0ce67d19d75cb6a67c5a6.zip powder-9b4f710e28bd7d14bec0ce67d19d75cb6a67c5a6.tar.gz | |
Menu icon for sensors menu and fix for VIBR std::max args
Diffstat (limited to 'src/simulation/SimulationData.cpp')
| -rw-r--r-- | src/simulation/SimulationData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/SimulationData.cpp b/src/simulation/SimulationData.cpp index 7a0ba43..e338e2f 100644 --- a/src/simulation/SimulationData.cpp +++ b/src/simulation/SimulationData.cpp @@ -150,7 +150,7 @@ menu_section * LoadMenus(int & menuCount) {"\xC1", "Walls", 0, 1}, {"\xC2", "Electronics", 0, 1}, {"\xD6", "Powered Materials", 0, 1}, - {"\xD6", "Sensors", 0, 1}, + {"\x99", "Sensors", 0, 1}, {"\xE2", "Force", 0, 1}, {"\xC3", "Explosives", 0, 1}, {"\xC5", "Gasses", 0, 1}, |
