Saving (wip), statuseffect refactoring, multiple character faces

This commit is contained in:
Regalis
2015-06-12 16:56:51 +03:00
parent 270efd77e0
commit 566d54197a
35 changed files with 640 additions and 268 deletions
+3 -2
View File
@@ -6,6 +6,7 @@ using Subsurface.Networking;
using FarseerPhysics;
using FarseerPhysics.Factories;
using FarseerPhysics.Dynamics;
using System.IO;
namespace Subsurface
{
@@ -472,7 +473,7 @@ namespace Subsurface
}
else
{
msg.Write(selectedMap.Name);
msg.Write(Path.GetFileName(selectedMap.FilePath));
msg.Write(selectedMap.MapHash.MD5Hash);
}
@@ -502,7 +503,7 @@ namespace Subsurface
else
{
mapList.Select(map);
map.Load();
//map.Load();
return true;
}
}