Skip to content

Commit

Permalink
- fixed return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jan 10, 2019
1 parent 2b30ae6 commit 5cd3f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_levellocals.h
Expand Up @@ -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
Expand Down

0 comments on commit 5cd3f86

Please sign in to comment.