mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 01:41:59 -04:00
no loading between levels, many improvements in code
This commit is contained in:
parent
77f1700902
commit
a8a87d514c
55 changed files with 628 additions and 763 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue