Skip to content

Commit

Permalink
Fixed path to world directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjkuhl committed Oct 12, 2014
1 parent 376c332 commit 339b4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsagentflood
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ if __name__ == "__main__":
moveLeftKey = SDLK_s;
moveRightKey = SDLK_f;

world = "/home/joelc/workspace/nsagentflood/worlds/nsagentflood/"
world = "./worlds/nsagentflood/"

sys.exit(run());

0 comments on commit 339b4da

Please sign in to comment.