libtcod won't compile on BM1.36
BlitzMax Forums/Brucey's Modules/libtcod won't compile on BM1.36| 
 | ||
| Recompile of libtcod module failes on Blitzmax 1.36: Compiling:text.bmx Compile Error: Missing function parameter 'sx' [c:/code/blitzmax/mod/bah.mod/libtcod.mod/text.bmx;138;6] Build Error: failed to compile c:/code/blitzmax/mod/bah.mod/libtcod.mod/text.bmx MakeMods - Compiling New Threading Modules Compiling:text.bmx Compile Error: Missing function parameter 'sx' [c:/code/blitzmax/mod/bah.mod/libtcod.mod/text.bmx;138;6] Build Error: failed to compile c:/code/blitzmax/mod/bah.mod/libtcod.mod/text.bmx | 
| 
 | ||
| Looks like line 156 in text.bmx should be this instead? DXframe.Draw(0, 0, fontWidth, fontHeight, X, Y, 0, 0, 1, 1) | 
| 
 | ||
| Thanks. It should be fixed now. |