rigertd / LegacyMUD

A multi-user dungeon engine developed in C++.
Other
0 stars 0 forks source link

Remove hard coded objects from the game. #5

Closed keithadkins closed 7 years ago

keithadkins commented 7 years ago

Hard coded objects need to be removed from the game. All game objects should come from disk.

rigertd commented 7 years ago

Removed hard coded starting area from constructor, currently blocked by issue #6.

rigertd commented 7 years ago

I resolved #6, so this issue has also been fixed. Please confirm in PR #7 and close this issue.