diff options
| -rw-r--r-- | map/adv_one.cub | 2 | ||||
| -rw-r--r-- | map/map_one.cub | 4 | ||||
| -rw-r--r-- | map/qst_fourteen_dungeon_three.cub | 2 | ||||
| -rw-r--r-- | map/qst_twelve_dungeon_one.cub | 8 | ||||
| -rw-r--r-- | map/quest_start.cub | 2 | ||||
| -rw-r--r-- | src/ft_exit.c | 8 | 
6 files changed, 13 insertions, 13 deletions
diff --git a/map/adv_one.cub b/map/adv_one.cub index 08bd271..12b8c1e 100644 --- a/map/adv_one.cub +++ b/map/adv_one.cub @@ -1,4 +1,4 @@ -R 1450 1080 +R 1300 1000  NO ./media/img/tex/BRIQUASSE_3.xpm  SO ./media/img/tex/BRIQUASSE_3.xpm diff --git a/map/map_one.cub b/map/map_one.cub index eebef2d..dda0055 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,4 +1,4 @@ -R 1200 900 +R 1300 1040  NO ./media/img/tex/wood_wall_1_small.xpm  SO ./media/img/tex/wood_wall_1_small.xpm @@ -27,7 +27,7 @@ SH 2             1000000000000000001  111111111111000000000005000001  10000000000000000T0T0T00000001 -100000000000000304000000T0T001 +10000e000000000304000000T0T001  100000000000000000000000000001  1001000000T0000000000000000001  10110+0+0111000001110000000111 diff --git a/map/qst_fourteen_dungeon_three.cub b/map/qst_fourteen_dungeon_three.cub index 10e70cf..856dc70 100644 --- a/map/qst_fourteen_dungeon_three.cub +++ b/map/qst_fourteen_dungeon_three.cub @@ -1,4 +1,4 @@ -R 10 10 +R 1300 1040  NO media/img/tex/dungeon_wall.xpm  SO media/img/tex/dungeon_wall.xpm diff --git a/map/qst_twelve_dungeon_one.cub b/map/qst_twelve_dungeon_one.cub index ae1b284..0ff2784 100644 --- a/map/qst_twelve_dungeon_one.cub +++ b/map/qst_twelve_dungeon_one.cub @@ -1,4 +1,4 @@ -R 10 10 +R 1300 1040  NO media/img/tex/dungeon_wall.xpm  SO media/img/tex/dungeon_wall.xpm @@ -45,8 +45,8 @@ SH 5         10001         10001         12021 -       10001 -       10001 -       12021 +       10#01 +       10!01 +       12@21         1+N+1         11111 diff --git a/map/quest_start.cub b/map/quest_start.cub index e5977e3..c1115ff 100644 --- a/map/quest_start.cub +++ b/map/quest_start.cub @@ -1,4 +1,4 @@ -R 1300 1000 +R 1300 1040  NO media/img/tex/castle_wall.xpm  SO media/img/tex/castle_wall.xpm diff --git a/src/ft_exit.c b/src/ft_exit.c index 4f2494b..ea5cd2a 100644 --- a/src/ft_exit.c +++ b/src/ft_exit.c @@ -51,8 +51,8 @@ static void  			pthread_cancel(clist->mtid);  			pthread_join(clist->mtid, NULL);  		} -		else -			system(FT_SND_TERM_CMD); +		else if (system(FT_SND_TERM_CMD)) +			return ;  	}  	i = -1;  	while (++i < FT_TOTAL_SFX) @@ -63,8 +63,8 @@ static void  			pthread_cancel(clist->sfx[i].tid);  			pthread_join(clist->sfx[i].tid, NULL);  		} -		else -			system(FT_SND_TERM_CMD); +		else if (system(FT_SND_TERM_CMD)) +			return ;  	}  }  | 
