Fixed crash in CBotStack::BreakReturn

dev-time-step
krzys-h 2016-01-15 19:59:03 +01:00
parent 04e9e8768d
commit 089c1ff00c
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ public:
*
* in case of eventual break
*/
bool BreakReturn(CBotStack* pfils, const std::string& name = nullptr);
bool BreakReturn(CBotStack* pfils, const std::string& name = "");
/**
* \todo Document
*