mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -04:00
linux release build, cleanup repository
This commit is contained in:
parent
529b3e8bf8
commit
3d8ee275e4
441 changed files with 280 additions and 65861 deletions
|
@ -247,7 +247,7 @@ void absolute_window(WINDOW *w,OBJREC *o, int *x, int *y)
|
|||
|
||||
void draw_object(WINDOW *w,OBJREC *o,char show)
|
||||
{
|
||||
int x, y;
|
||||
int x = 0, y = 0;
|
||||
int ok;
|
||||
// WINDOW *ws;
|
||||
|
||||
|
@ -533,7 +533,7 @@ void close_window(WINDOW *w)
|
|||
|
||||
char mouse_in_object(MS_EVENT *ms,OBJREC *o, WINDOW *w)
|
||||
{
|
||||
int x1, y1, x2, y2;
|
||||
int x1=0, y1=0, x2=0, y2=0;
|
||||
|
||||
absolute_window(w,o,&x1,&y1);
|
||||
x2=x1+o->xs;
|
||||
|
@ -936,7 +936,7 @@ void background_runner(EVENT_MSG *msg,void **prog)
|
|||
{
|
||||
*prog_ptr=NULL;
|
||||
return;
|
||||
}
|
||||
}
|
||||
(*prog_ptr)();
|
||||
|
||||
msg->msg=-2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue