diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-10 18:29:11 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-10 18:29:11 (GMT) |
| commit | da07c22ee457899236c8c6d457696daa019fd07e (patch) | |
| tree | e5421e6b03a8aece969c995d6bf5586e5854b8bc /src/simulation/SimulationData.cpp | |
| parent | 249e3dcad3aa62ba09e0b712ff508d94f255a947 (diff) | |
| download | powder-da07c22ee457899236c8c6d457696daa019fd07e.zip powder-da07c22ee457899236c8c6d457696daa019fd07e.tar.gz | |
new elements: DMG (Force bomb) and TSNS (Temperature sensor)
Diffstat (limited to 'src/simulation/SimulationData.cpp')
| -rw-r--r-- | src/simulation/SimulationData.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/simulation/SimulationData.cpp b/src/simulation/SimulationData.cpp index 2be899d..d9dccf5 100644 --- a/src/simulation/SimulationData.cpp +++ b/src/simulation/SimulationData.cpp @@ -1,4 +1,4 @@ -/* +#/* * SimulationData.cpp * * Created on: Jan 24, 2012 @@ -150,7 +150,8 @@ menu_section * LoadMenus(int & menuCount) {"\xC1", "Walls", 0, 1}, {"\xC2", "Electronics", 0, 1}, {"\xD6", "Powered Materials", 0, 1}, - {"\xE2", "Force", 0, 1}, + {"\xD6", "Sensors", 0, 1}, + {"\xE2", "Force", 0, 1}, {"\xC3", "Explosives", 0, 1}, {"\xC5", "Gasses", 0, 1}, {"\xC4", "Liquids", 0, 1}, |
