summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-11-18 20:54:40 -0600
committertom <tom@ground-control>2015-11-18 20:54:40 -0600
commit0fc9844e4e81f9f78886a75eb15e3cf17d6adc36 (patch)
tree000ccf5d0426d6ce4f470107fb9f2581394a328f /src/main.cpp
parenta760b9339a98281a8a1072d03dbf41f08eb696a6 (diff)
test works now
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d6b26ea..9dc48a4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -5,7 +5,7 @@ int main()
Screen s;
//Frame map(2*s.getHeight(),2*s.getWidth(),0,0);
- Frame map("../scripts/map",0,0);
+ Frame map("scripts/map.txt",0,0);
Frame view(map,s.getHeight(),s.getWidth(),0,0);
Character cursor('X',map.getHeight()/2,map.getWidth()/2);