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:
parent
1bac98a47e
commit
e0625e9fc2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace MudDesigner
|
|||
{
|
||||
static frmMain MudHUB;
|
||||
|
||||
internal static string _InstallLocation = @"C:\CodePlex\MudDesigner\";
|
||||
internal static string _InstallLocation = @"E:\Codeplex\MudDesigner";
|
||||
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue