forked from github/server
renaming, using bool instead of int
This commit is contained in:
parent
8c605ae659
commit
e281d5d7fa
|
@ -111,7 +111,7 @@ faction_getpolicy(const faction& a, const faction& b, const char * flag)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
faction_setpolicy(faction& a, faction& b, const char * flag, boolean value)
|
faction_setpolicy(faction& a, faction& b, const char * flag, bool value)
|
||||||
{
|
{
|
||||||
int mode;
|
int mode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue