mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Mark the build id yellow
This commit is contained in:
parent
75a394a85f
commit
71148b691c
@ -45,8 +45,9 @@ void Show_Emblem()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Log the SDK's 'build_id' under the emblem.
|
// Log the SDK's 'build_id' under the emblem.
|
||||||
DevMsg(eDLL_T::SYSTEM_ERROR, "+------------------------------------------------[%010d]-+\n",
|
DevMsg(eDLL_T::SYSTEM_ERROR,
|
||||||
g_SDKDll.GetNTHeaders()->FileHeader.TimeDateStamp);
|
"+------------------------------------------------[%s%010d%s]-+\n",
|
||||||
|
g_svYellowF, g_SDKDll.GetNTHeaders()->FileHeader.TimeDateStamp, g_svRedF);
|
||||||
DevMsg(eDLL_T::SYSTEM_ERROR, "\n");
|
DevMsg(eDLL_T::SYSTEM_ERROR, "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user