mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 22:11:43 +00:00
- fixed return type.
This commit is contained in:
parent
2b30ae6ccd
commit
5cd3f86775
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ struct FLevelLocals : public FLevelData
|
||||||
int GetConversation(FName classname);
|
int GetConversation(FName classname);
|
||||||
void SetConversation(int convid, PClassActor *Class, int dlgindex);
|
void SetConversation(int convid, PClassActor *Class, int dlgindex);
|
||||||
int FindNode (const FStrifeDialogueNode *node);
|
int FindNode (const FStrifeDialogueNode *node);
|
||||||
bool GetInfighting();
|
int GetInfighting();
|
||||||
|
|
||||||
//
|
//
|
||||||
// P_ClearTidHashes
|
// P_ClearTidHashes
|
||||||
|
|
Loading…
Reference in a new issue