1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-11-07 09:47:18 +01:00

Missed return for SQMOD_VEHICLE_PIZZABOY in vehicle identification (reported by @Xmair).

This commit is contained in:
Sandu Liviu Catalin
2019-05-07 17:49:13 +03:00
parent b54dd0a0b9
commit 79f244b1d3
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ static inline CCStr GetLevelTag(Uint8 level)
}
/* ------------------------------------------------------------------------------------------------
* Identify the message prefix.
* Logging level to callback index.
*/
static inline Uint8 GetLevelIdx(Uint8 level)
{