Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
++ Seems to Add a ")" [Unreal 227h]
#1
Code:
PowerLevel++;

Seems to decompile to:

Code:
PowerLevel ++ );

Edit:

To expand upon this:

Code:
PowerLevel++;

Decompiled to:

Code:
PowerLevel ++ );
{
}

It was amusing to say the least Smile.

If it helps the line was closer to something simmilar to this (Yes, both PowerLevel):

Code:
PowerLevel++;
PowerLevel++;

Into:

Code:
PowerLevel ++ );
{
}
PowerLevel ++ );


Messages In This Thread
++ Seems to Add a ")" [Unreal 227h] - by titegtnodI - 04-07-2012, 01:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)