Kart Racing Pro Official Forum

Mods => Plugins => Topic started by: HornetMaX on July 30, 2015, 10:12:57 PM

Title: Output plugin race data bug ?
Post by: HornetMaX on July 30, 2015, 10:12:57 PM
I start a testing session and the plugin gets a call of RaceEvent() with _pData->m_iType equal to 1. Isn't it supposed to be 0 in that case ?

MaX.
Title: Re: Output plugin race data bug ?
Post by: PiBoSo on July 31, 2015, 01:14:50 AM
Quote from: HornetMaX on July 30, 2015, 10:12:57 PM
I start a testing session and the plugin gets a call of RaceEvent() with _pData->m_iType equal to 1. Isn't it supposed to be 0 in that case ?

MaX.

The comment in the source code is not correct.
It should be: testing -> 1; race -> 2; challenge -> 4