From 3c16038f18dbc639362fa60289eb115a1393b21b Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Sat, 23 May 2020 09:29:23 +0200 Subject: Remove nonexistent return value -3 from documentation of instance_create() function --- src/map/instance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/instance.c b/src/map/instance.c index 95b1b2baa..d2c0a229c 100644 --- a/src/map/instance.c +++ b/src/map/instance.c @@ -68,7 +68,7 @@ static bool instance_is_valid(int instance_id) /*-------------------------------------- * name : instance name * Return value could be - * -4 = already exists | -3 = no free instances | -2 = owner not found | -1 = invalid type + * -4 = already exists | -2 = owner not found | -1 = invalid type * On success return instance_id *--------------------------------------*/ static int instance_create(int owner_id, const char *name, enum instance_owner_type type) -- cgit v1.2.3-60-g2f50