Page 1 of 1

MQ2MoveUtils not compiling correctly.

Posted: Sat May 18, 2013 3:07 pm
by Sandypants
Hey there, I recently compiled the latest MQ2 files, but when I attempted to add the latest MQ2MoveUtils plugin, there seems to be a variable that is not defined anywhere.
On line 2084 of the code,
Show=1;
Show is an undeclared identifier.
I'm guessing there may be additional dependencies that I'm not aware of.

Any help/ideas?

Re: MQ2MoveUtils not compiling correctly.

Posted: Sat May 18, 2013 4:33 pm
by Sandypants
Turns out Show should be dShow.

Re: MQ2MoveUtils not compiling correctly.

Posted: Sat May 18, 2013 5:54 pm
by dewey2461
if you have to change Show to dShow you have found some very old code. That change was made about 2 yrs ago.