libs compiles

This commit is contained in:
Ondřej Novák 2025-01-25 21:15:16 +01:00
parent 1b0f7fe0c2
commit a7278bac40
121 changed files with 1528 additions and 1731 deletions

View file

@ -1590,7 +1590,7 @@ void show_3dbox_draw(int x1,int y1,int x2,int y2,OBJREC *o)
void show_3dbox(OBJREC *o)
{
o->runs[1]=show_3dbox_draw;
o->call_draw=show_3dbox_draw;
}
void tma_fireball(TMULTI_ACTION *p)