Skip to content

Commit b726183

Browse files
committed
komentarze
1 parent d3863cd commit b726183

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ConsoleApplication1/client-main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ int main()
101101
haslo.pop_back();
102102
dlugoscHasla = haslo.size();
103103

104-
// TODO:
105-
// pospinaæ co sie da w funkcje zeby by³o przejrzyscie
106-
107104
hasloDoWyswietlenia = ZmienZdanie(haslo);
108105
IndeksyPol(hasloDoWyswietlenia, indeksyPol);
109106

@@ -116,7 +113,6 @@ int main()
116113
{
117114
std::string kodKolejki;
118115

119-
// reset flagi (flaga = false)
120116
RESET_FLAGI;
121117

122118
std::cout << "Akutalna ilosc zyc: " << hp << '\n';

ConsoleApplication1/host-main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int main()
3636
// wkazniki na sockety
3737
asio::ip::tcp::socket* sockety_p[4] = { &networking::sock, &networking::sock2, &networking::sock3, &networking::sock4 };
3838

39-
// make pointer array of gracz1 etc.
39+
// wskazniki na graczy
4040
std::string* gracz[4] = { &gracz1, &gracz2, &gracz3, &gracz4 };
4141

4242
#pragma endregion
@@ -118,7 +118,7 @@ int main()
118118
{
119119
iterator = 0;
120120
}
121-
// reset flagi (flaga = false)
121+
122122
RESET_FLAGI;
123123

124124
std::cout << "Akutalna ilosc zyc: " << hp << '\n';

0 commit comments

Comments
 (0)