Mud Designer:

* Program.cs - _InstallLocation Field changed to reflect me moving the source onto another hard-drive. Developers will need to adjust the Field to ensure the engine is looking in the right directory for the source.
This commit is contained in:
Scionwest_cp 2009-11-24 16:13:06 -08:00
parent 1bac98a47e
commit e0625e9fc2

View file

@ -9,7 +9,7 @@ namespace MudDesigner
{ {
static frmMain MudHUB; static frmMain MudHUB;
internal static string _InstallLocation = @"C:\CodePlex\MudDesigner\"; internal static string _InstallLocation = @"E:\Codeplex\MudDesigner";
/// <summary> /// <summary>
/// The main entry point for the application. /// The main entry point for the application.