wl_draw.c - norman-ipn/Wolfenstein-Port GitHub Wiki

I check this file and have many erros but enbsamblador errors and I now a few thing of the sintaxisi iof ensamblador I espect get some help

The following function always returns zero apparently. any opinion

fixed FixedByFrac (fixed a, fixed b){ long la = 0; long lb = 0; long result = 0;

result = la*lb;
return (fixed)result;

}

And it occupied more than 15 times always get a "X" or "Y" and an angle.

This precente in the following files: wl_draw.c wl_game.c Y is defined here: wl_def.h

Answer:

Thank you for telling, my mistake, already corrected. (bquartz)