Fixed compilation error.

This commit is contained in:
RavingManiac
2015-02-13 00:56:01 +08:00
parent 98dd5c46c0
commit b14e76f4a0

View File

@@ -16,7 +16,7 @@
*/
//Controls how much power is produced by each collector in range - this is the main parameter for tweaking SM balance, as it basically controls how the power variable relates to the rest of the game.
//#define POWER_FACTOR 1.0
#define POWER_FACTOR 1.0
#define DECAY_FACTOR 700 //Affects how fast the supermatter power decays
#define CRITICAL_TEMPERATURE 7000 //K
#define CHARGING_FACTOR 0.05