Skip to content

Commit

Permalink
Fixed missing slide rotation start
Browse files Browse the repository at this point in the history
  • Loading branch information
Shojy committed Oct 10, 2018
1 parent 21d151e commit f631b73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 1 addition & 8 deletions Tseng/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,7 @@ public static Status ExtractStatusFromMap(FF7SaveMap map, FF7BattleMap battleMap

};

if ((chars[i].Flags & 0x10) == 0x10)
{
chr.Status = "Sadness";
}
if ((chars[i].Flags & 0x20) == 0x20)
{
chr.Status = "Fury";
}


for (var m = 0; m < chars[i].WeaponMateria.Length; ++m)
{
Expand Down
2 changes: 2 additions & 0 deletions Tseng/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -458,5 +458,7 @@
updateCharacters();
cycleStatus();
setTimeout(cycleView, 5000);
});
</script>
2 changes: 1 addition & 1 deletion Tseng/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>

<head>
<title>Tseng v0.4-alpha</title>
<title>Tseng v0.6-alpha</title>
<style>
body {
background: #000;
Expand Down

0 comments on commit f631b73

Please sign in to comment.