Code: Select all
else
filename=CurrentModule;
[color=red]-- if (stricmp(CurrentModule,"eqgame.exe"))
++ if (stricmp(filename,"eqgame.exe"))[/color]
{
printf("ISXEQ is only meant to be used in eqgame.exe");Code: Select all
InitializeMQ2Spawns();
[color=red]--#ifndef ISXEQ[/color]
InitializeMQ2Pulse();
[color=red]--#endif[/color]
InitializeMQ2Commands();MQ2Main.h:374
Code: Select all
[color=red]--#ifndef ISXEQ[/color]
/* PULSING */
EQLIB_API VOID InitializeMQ2Pulse();
EQLIB_API VOID ShutdownMQ2Pulse();
[color=red]--#endif[/color]
