MQ2-20060322 Fixes
Posted: Wed Mar 22, 2006 1:16 pm
ISXEQ.cpp:82
MQ2Main.cpp:288
MQ2Main.h:374
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]