enable E182 in snapshots

This commit is contained in:
jacob1 2016-09-04 21:47:34 -04:00
parent 105cf1e2c6
commit 9277839f11

View File

@ -14,7 +14,7 @@ Element_E182::Element_E182()
Colour = PIXPACK(0x506030);
MenuVisible = 1;
MenuSection = SC_NUCLEAR;
#ifdef DEBUG
#if defined(DEBUG) || defined(SNAPSHOT)
Enabled = 1;
#else
Enabled = 0;