Page 1 of 4

MQ2-20060322 Fixes

Posted: Wed Mar 22, 2006 1:16 pm
by echoism
ISXEQ.cpp:82

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");
MQ2Main.cpp:288

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]

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:29 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:30 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:31 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:32 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:33 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:35 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:36 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:37 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:38 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:39 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:40 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:41 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:43 am
by xyilla

Re: MQ2-20060322 Fixes

Posted: Thu Jul 10, 2025 7:44 am
by xyilla