mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-08-06 06:18:12 -04:00
rewrite config, options, work with path
This commit is contained in:
parent
4a0c7d4fd0
commit
77f1700902
30 changed files with 466 additions and 532 deletions
|
@ -947,9 +947,6 @@ void general_engine_init()
|
|||
create_zooming();
|
||||
clear_screen(GetScreenAdr(),0);
|
||||
clear_screen(GetBuffer2nd(),0);
|
||||
int32_t scr_linelen2 = GetScreenPitch();
|
||||
|
||||
screen_buffer_size=scr_linelen2*480*2;
|
||||
}
|
||||
|
||||
void map_pos(int celx,int cely,int posx,int posy,int posz,int *x,int *y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue