X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fplanet.cpp;h=425861efbbf289afee2e6cd5518786bfd293f779;hp=03c45370700acb53018ce2c342cebaa477cc0992;hb=07acf9a898e295587b9034bee6b8682e11a97086;hpb=0fcfaff680c6974a9b3f2a63704a8eb788d3fe94 diff --git a/bs/planet.cpp b/bs/planet.cpp index 03c4537..425861e 100644 --- a/bs/planet.cpp +++ b/bs/planet.cpp @@ -17,7 +17,9 @@ #include "planet.h" -Planet::Planet(){ +Planet::Planet() +{ + m_sRace = "Planet"; } Planet::~Planet(){ }