Odd Parser error.
Displaying 1-3 of 3 total.
1
Please enter a numerical value for the importance of this sticky.
Enter 0 to unsticky.
mcgrue


function this_works()
{
if( something )
{
TBlit( 0, 0, _imLeftActive, screen );
}
}

function this_also_works()
{
if( something )
{
TBlit(
0,
0,
_imLeftActive,
screen );
}
}


function this_totally_doesnt_work()
{
if( something )
{
TBlit(
0,
0,
_imLeftActive,
screen
);
}
}

Posted on 2005-05-27 14:25:07

mcgrue

(reference DrawBasepageFlipIndicators() in the Battle Menu lib)

Posted on 2005-05-27 14:26:36

Jesse

This was nasty, but has been fixed in my local version.

Turns out numeric literals at the end of a line didn't behave correctly; they grabbed the PP_LINETAG after them, resulting in all sorts of badness.

Posted on 2005-06-05 15:18:47


Displaying 1-3 of 3 total.
1
 
Newest messages

Ben McGraw's lovingly crafted this website from scratch for years.
It's a lot prettier this go around because of Jon Wofford.
Verge-rpg.com is a member of the lunarnet irc network, and would like to take this opportunity to remind you that regardless how babies taste, it is wrong to eat them.