Advertisement

@a = @b = c;

Started by October 18, 2013 04:34 AM
1 comment, last by WitchLord 11 years, 1 month ago

Hello smile.png

This code crashed.


class TestClass{}
TestClass @t1;
TestClass @t2;
void startGame( string &param ){
    TestClass @t = TestClass();
    @t1 = @t2 = t;
}

Thanks for the report. I'll have this fixed.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement

I've fixed this bug in revision 1750.

Regards,

Andreas

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement