initialized outside of the class declaration or they won't by defined in any of the object files, leading to "undefined reference" errors when linking.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5336 c06c8d41-db1a-0410-9941-cceddc491573
KG3D4GGXEYUSFORCP4WVOABKHSGNPS6YV4GEO27AGQVPWGQDP76AC
// Static class members must be initialized outside of the class declaration,
// or gcc won't define them in view.o and we'll get a linking error.
const int monster_los::LSIZE = _monster_los_LSIZE;
const int monster_los::L_VISIBLE = 1;
const int monster_los::L_UNKNOWN = 0;
const int monster_los::L_BLOCKED = -1;