mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Remove unnecessary function declaration
This commit is contained in:
@@ -1343,8 +1343,6 @@ void HandleDialogue( )
|
||||
|
||||
gubCurrentTalkingID = QItem.iFaceIndex;
|
||||
|
||||
extern BOOLEAN ExecuteAdditionalCharacterDialogue( UINT8 ubProfile, INT32 iFaceIndex, UINT16 usEventNr, UINT32 aData1, UINT32 aData2, UINT32 aData3 );
|
||||
|
||||
ExecuteAdditionalCharacterDialogue( QItem.ubCharacterNum, QItem.iFaceIndex, QItem.usQuoteNum, QItem.uiSpecialEventData2, QItem.uiSpecialEventData3, QItem.uiSpecialEventData4 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user