Skip to content

Commit

Permalink
Save files related to current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
U-i7\bunnies authored and U-i7\bunnies committed Mar 21, 2010
1 parent 6775a88 commit a128b0e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Peli.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,7 @@ private string SaveFileName
get { return Path.Combine(SaveDir, "SeikkailuMaaRata.xml"); }
}

private string SaveDir
{
get
{
return Path.Combine(Environment.GetEnvironmentVariable("TEMP"), "SeikkailuMaa");
}
}
private string SaveDir { get { return "Radat"; } }

public void StartGame() {
using (var game = new SeikkailuLaaksoGame()) {
Expand Down

0 comments on commit a128b0e

Please sign in to comment.