Fixed the map issue (read more)

The map generation was being written to a trigger function instead of a
glue method. Fixed, map is being drawn correctly now.
This commit is contained in:
Kayne Ruse
2014-07-31 19:17:29 +10:00
parent 2b3ea5eb80
commit 555abf9c95
3 changed files with 21 additions and 18 deletions
+1
View File
@@ -26,6 +26,7 @@
#include <stdexcept>
void ConfigUtility::Load(std::string fname) {
//TODO: recursive rerouting?
std::ifstream is(fname);
if (!is.is_open()) {