diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-21 12:00:31 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-21 12:00:31 (GMT) |
| commit | b6736f967e9889c7fc8a68b11abd5be1ad4cc5d7 (patch) | |
| tree | 693cf90faed1cef2ec0e7ff6859e062134316859 /src/simulation/Simulation.h | |
| parent | e25d934856fdd7c2288e3a515cac907a0451e9c4 (diff) | |
| download | powder-b6736f967e9889c7fc8a68b11abd5be1ad4cc5d7.zip powder-b6736f967e9889c7fc8a68b11abd5be1ad4cc5d7.tar.gz | |
Add EMP flash, fixes #137
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index 0dafe33..7737c2b 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -76,6 +76,7 @@ public: int elementCount[PT_NUM]; int ISWIRE; int force_stacking_check; + int emp_decor; //Gol sim int CGOL; int ISGOL; |
