mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
windows release build, fix book crash, fix lock, fix finale
This commit is contained in:
parent
3d8ee275e4
commit
d13297e4f4
24 changed files with 158 additions and 63 deletions
|
@ -359,7 +359,7 @@ static reload_mobs()
|
|||
{
|
||||
extern char reset_mobiles;
|
||||
reset_mobiles=1;
|
||||
strcopy_n(loadlevel.name,level_fname,12);
|
||||
strcopy_n(loadlevel.name,level_fname,sizeof(loadlevel.name));
|
||||
loadlevel.start_pos=viewsector;
|
||||
loadlevel.name[12]=0;
|
||||
loadlevel.dir=viewdir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue