Fixed crash in CBotStack::BreakReturn
parent
04e9e8768d
commit
089c1ff00c
|
@ -276,7 +276,7 @@ public:
|
||||||
*
|
*
|
||||||
* in case of eventual break
|
* in case of eventual break
|
||||||
*/
|
*/
|
||||||
bool BreakReturn(CBotStack* pfils, const std::string& name = nullptr);
|
bool BreakReturn(CBotStack* pfils, const std::string& name = "");
|
||||||
/**
|
/**
|
||||||
* \todo Document
|
* \todo Document
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue