• Welcome to Kart Racing Pro Official Forum. Please login or sign up.
 
April 19, 2024, 06:03:42 AM

News:

Kart Racing Pro release13e available! :)


Output plugin race data bug ?

Started by HornetMaX, July 30, 2015, 10:12:57 PM

Previous topic - Next topic

HornetMaX

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.
Two wheels, more than enough.

PiBoSo

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