mirror of
https://github.com/dancojocaru2000/ai-project-idastar.git
synced 2025-02-23 00:49:34 +02:00
Fix wrong P
This commit is contained in:
parent
dd28a603f5
commit
743a45a7d0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
using IdaStar;
|
using IdaStar;
|
||||||
|
|
||||||
string[] labyrinthIN = System.IO.File.ReadAllLines(@"./labyrinth.txt");
|
string[] labyrinthIN = System.IO.File.ReadAllLines(@"./labyrinth.txt");
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ void FormattedLabRow(string line) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case 'p': {
|
case 'P': {
|
||||||
Console.BackgroundColor = ConsoleColor.Blue;
|
Console.BackgroundColor = ConsoleColor.Blue;
|
||||||
Console.Write(" · ");
|
Console.Write(" · ");
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue