no loading between levels, many improvements in code

This commit is contained in:
Ondřej Novák 2025-01-31 18:54:59 +01:00
parent 77f1700902
commit a8a87d514c
55 changed files with 628 additions and 763 deletions

View file

@ -507,7 +507,7 @@ void global_map_point(EVENT_MSG *msg,void **_)
if(msg->msg == E_MOUSE)
{
int x,y,i,xs,ys;
char *ptr;
const char *ptr;
ms=get_mouse(msg);
if (ms->event_type & 0x1)
{