#include "stdafx.h"
#include "micropolis.h"
#include "text.h"
Go to the source code of this file.
Variables | |
static const Quad | COAL_POWER_STRENGTH = 700L |
static const Quad | NUCLEAR_POWER_STRENGTH = 2000L |
Definition in file power.cpp.
const Quad COAL_POWER_STRENGTH = 700L [static] |
Number of tiles that a coal power plant can supply power to.
Definition at line 76 of file power.cpp.
Referenced by Micropolis::doPowerScan().
const Quad NUCLEAR_POWER_STRENGTH = 2000L [static] |
Number of tiles that a nuclear power plant can supply power to.
Definition at line 79 of file power.cpp.
Referenced by Micropolis::doPowerScan().