From 5cd3f86775074659cbae4c3bc61f82947f36f7a4 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 10 Jan 2019 18:03:32 +0100 Subject: [PATCH] - fixed return type. --- src/g_levellocals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_levellocals.h b/src/g_levellocals.h index f879c354ee..33b689d72d 100644 --- a/src/g_levellocals.h +++ b/src/g_levellocals.h @@ -142,7 +142,7 @@ struct FLevelLocals : public FLevelData int GetConversation(FName classname); void SetConversation(int convid, PClassActor *Class, int dlgindex); int FindNode (const FStrifeDialogueNode *node); - bool GetInfighting(); + int GetInfighting(); // // P_ClearTidHashes