equal
deleted
inserted
replaced
22 enum AIEventType { |
22 enum AIEventType { |
23 AI_ET_INVALID = 0, |
23 AI_ET_INVALID = 0, |
24 AI_ET_TEST, |
24 AI_ET_TEST, |
25 AI_ET_CRASHED_VEHICLE, |
25 AI_ET_CRASHED_VEHICLE, |
26 AI_ET_SUBSIDY_OFFER, |
26 AI_ET_SUBSIDY_OFFER, |
|
27 AI_ET_SUBSIDY_OFFER_EXPIRED, |
|
28 AI_ET_SUBSIDY_AWARDED, |
|
29 AI_ET_SUBSIDY_EXPIRED, |
27 AI_ET_ENGINE_PREVIEW, |
30 AI_ET_ENGINE_PREVIEW, |
28 }; |
31 }; |
29 |
32 |
30 /** |
33 /** |
31 * Constructor of AIEvent, to get the type of event. |
34 * Constructor of AIEvent, to get the type of event. |