Skip to content
Snippets Groups Projects
Commit ab311e90 authored by Trandinh Thien's avatar Trandinh Thien
Browse files

fixed typo bug

parent 6c919b75
No related branches found
No related tags found
No related merge requests found
......@@ -574,7 +574,7 @@ namespace Controller
{
return fireAttack;
}
else if (choice == "walk")
else if (choice == "Walk")
{
return footStep;
}
......@@ -586,5 +586,7 @@ namespace Controller
return mapSong;
}
}
}
}
\ No newline at end of file
......@@ -6,6 +6,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
namespace View
{
......@@ -53,6 +54,7 @@ namespace View
public static void playMapSong(bool play)
{
Debug.WriteLine("playMapSong called");
if (play == true)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment