olety / cjass

Preserving cjass code from code.google.com/p/cjass
0 stars 0 forks source link

Callback funcs #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
http://peeeq.de/code.php?id=4753
Compile this code

What is the expected output? What do you see instead?
it creates some integer GetissueOrderIdendif

What version of the product are you using? What flags are checked (i.e.
locals autoflush or removing unused code)
.34

Original issue reported on code.google.com by erwgfifo...@gmail.com on 14 Aug 2011 at 5:22

GoogleCodeExporter commented 9 years ago
Bug is exsist in .34, but I fix it in .35. Update and try again please.

Original comment by adi...@gmail.com on 15 Aug 2011 at 12:59

GoogleCodeExporter commented 9 years ago
Also:

#include "lib\\cj_order.j" // it replaces many OrderId calls to integers - it's 
optimally
                           // and you may use next constants

...
private CRAWL = order_immolation
private UNCRAWL = order_unimmolation
...

Analyze optimized_war3map.j in the adic root directory and feel the difference)

Original comment by adi...@gmail.com on 15 Aug 2011 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by adi...@gmail.com on 16 Aug 2011 at 12:14