equal
deleted
inserted
replaced
94 static SignID GetNewSignID(); |
94 static SignID GetNewSignID(); |
95 |
95 |
96 /** |
96 /** |
97 * Get the pointer to store event data in. |
97 * Get the pointer to store event data in. |
98 */ |
98 */ |
99 static void **GetEventPointer(); |
99 static void *&GetEventPointer(); |
100 |
100 |
101 public: |
101 public: |
102 /** |
102 /** |
103 * Store a new_vehicle_id per player. |
103 * Store a new_vehicle_id per player. |
104 * @note NEVER use this yourself in your AI! |
104 * @note NEVER use this yourself in your AI! |