Fix map data hopefully.

This commit is contained in:
SilicaAndPina 2021-02-24 09:52:36 +13:00
parent b80984b92e
commit 83e274c828
7 changed files with 170 additions and 144 deletions

View file

@ -191,7 +191,11 @@ namespace HISP.Game
return;
if (UdlrScriptPos >= UDLRScript.Length)
{
X = UDLRStartX;
Y = UDLRStartY;
UdlrScriptPos = 0;
}
switch (UDLRScript.ToLower()[UdlrScriptPos])
{