mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-19 21:10:12 +02:00
Fixed some typos.
This commit is contained in:
parent
359ca49f26
commit
fe80e8b553
@ -96,7 +96,7 @@ bool CCallback::upgradeCreature(const CArmedInstance *obj, int stackPos, int new
|
||||
}
|
||||
void CCallback::endTurn()
|
||||
{
|
||||
tlog5 << "Player " << (unsigned)player << " end his turn." << std::endl;
|
||||
tlog5 << "Player " << (unsigned)player << " ended his turn." << std::endl;
|
||||
EndTurn pack;
|
||||
sendRequest(&pack); //report that we ended turn
|
||||
}
|
||||
|
2
global.h
2
global.h
@ -318,7 +318,7 @@ extern DLL_EXPORT CLogger<3> tlog3; //yellow - minor warnings
|
||||
extern DLL_EXPORT CLogger<4> tlog4; //white - detailed log info
|
||||
extern DLL_EXPORT CLogger<5> tlog5; //gray - minor log info
|
||||
|
||||
//XXX pls dont - 'debug macros' are usually more trubble then its worth
|
||||
//XXX pls dont - 'debug macros' are usually more trouble than it's worth
|
||||
#define HANDLE_EXCEPTION \
|
||||
catch (const std::exception& e) { \
|
||||
tlog1 << e.what() << std::endl; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user