mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
New feature: transport groups (#172)
https://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=365395
This commit is contained in:
@@ -154,6 +154,9 @@ enum
|
||||
|
||||
EVENT_REBELCOMMAND,
|
||||
|
||||
EVENT_RETURN_TRANSPORT_GROUP,
|
||||
EVENT_TRANSPORT_GROUP_DEFEATED,
|
||||
|
||||
NUMBER_OF_EVENT_TYPES_PLUS_ONE,
|
||||
NUMBER_OF_EVENT_TYPES = NUMBER_OF_EVENT_TYPES_PLUS_ONE - 1
|
||||
};
|
||||
@@ -217,4 +220,4 @@ void DeleteAllStrategicEvents();
|
||||
// Flugente: return vector of all events of type ubCallbackID with time and param
|
||||
std::vector< std::pair<UINT32, UINT32> > GetAllStrategicEventsOfType( UINT8 ubCallbackID );
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user