mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-29 04:44:40 +00:00
remove no-longer needed (and non-reentrant) MICROLOG as per today's meeting
This was SVN commit r8542.
This commit is contained in:
@@ -341,7 +341,7 @@ void SetCameraTarget(void* UNUSED(cbdata), float x, float y, float z)
|
||||
// Useful for testing the crashlog/stack trace code.
|
||||
int Crash(void* UNUSED(cbdata))
|
||||
{
|
||||
MICROLOG(L"Crashing at user's request.");
|
||||
debug_printf(L"Crashing at user's request.\n");
|
||||
return *(int*)0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user