mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 01:41:59 -04:00
several fixes and improvements (combat log) - windows
This commit is contained in:
parent
05726326bd
commit
2d7697174d
15 changed files with 332 additions and 158 deletions
|
@ -484,7 +484,7 @@ static char load_index_map(int index)
|
|||
*/
|
||||
if (!GlobEvent(MAGLOB_LEAVEMAP,viewsector,viewdir)) return 0;
|
||||
viewsector=lv;
|
||||
strcopy_n(x.name,index_tab[index].mapname,12);
|
||||
strcopy_n(x.name,index_tab[index].mapname,sizeof(x.name));
|
||||
x.start_pos=0;
|
||||
x.dir=0;
|
||||
macro_load_another_map(&x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue