ref: b34294b67473e8d3ad4b8204327e03d91bcd6214
parent: 690a424ae8e8f549e05ba678b725aead3572cda9
author: Fabian Greffrath <fabian@greffrath.com>
date: Thu Mar 26 14:26:32 EDT 2015
Add a wrapper with "void (void)" signature around G_CheckDemoStatus This is meant to be passed over to I_AtExit() which expects an argument of void type. It thus prevents undefined behaviour because of the different signature of G_CheckDemoStatus() which is of boolean type. Fixes #519