Bug #197 » 0034-startpos_raw_nations-Return-NULL-instead-of-FALSE.patch
common/map.c | ||
---|---|---|
***********************************************************************/
|
||
const struct nation_hash *startpos_raw_nations(const struct startpos *psp)
|
||
{
|
||
fc_assert_ret_val(NULL != psp, FALSE);
|
||
fc_assert_ret_val(NULL != psp, NULL);
|
||
return psp->nations;
|
||
}
|
||
- « Previous
- 1
- 2
- Next »