From 0fc9844e4e81f9f78886a75eb15e3cf17d6adc36 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 18 Nov 2015 20:54:40 -0600 Subject: test works now --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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); -- cgit v1.2.3