change: rooms/10.ber fix loophole

This commit is contained in:
mcolonna 2024-04-21 20:09:29 +02:00
parent c747961f76
commit 806d202773
2 changed files with 17 additions and 17 deletions

View file

@ -7,20 +7,20 @@
100000000001 100000000001
100000000001 100000000001
100000000001 100000000001
10000000E001 1000000000E1
111111110111 1111111111B1
100000010101 1000000001B1
100000010101 1000000001B1
100000010101 1000000001B1
10000001A101 1000000001A1
100000010101 1000000001B1
100000010101 1000000001B1
100000010101 1000000001B1
11111111B111 1111111111B1
1000000001F1 100000000001
101C1C11C101 1011C1C1C111
101111111101 101111111111
1000000000C1 1F00C0000001
101111111B01 1C1111111B01
1000000000P1 1000000000P1
111111111111 111111111111

View file

@ -6,7 +6,7 @@
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */ /* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/26 16:32:36 by mcolonna #+# #+# */ /* Created: 2024/02/26 16:32:36 by mcolonna #+# #+# */
/* Updated: 2024/04/21 17:53:00 by mcolonna ### ########.fr */ /* Updated: 2024/04/21 20:08:11 by mcolonna ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -23,7 +23,7 @@ const t_consts g_consts = {
{c: 'E', object: exit_init, surface: CASE_FLOOR_1}, {c: 'E', object: exit_init, surface: CASE_FLOOR_1},
{c: 'F', object: firsk_init, surface: CASE_FLOOR_1}, {c: 'F', object: firsk_init, surface: CASE_FLOOR_1},
{c: 'B', object: NULL, surface: CASE_BRIDGE}, {c: 'B', object: NULL, surface: CASE_BRIDGE},
{c: 'A', object: activablewall_init, surface: CASE_FLOOR_1}, {c: 'A', object: activablewall_init, surface: CASE_BRIDGE},
{c: 'U', object: ultimateketchup_init, surface: CASE_FLOOR_1}, {c: 'U', object: ultimateketchup_init, surface: CASE_FLOOR_1},
{c: '\0'} {c: '\0'}
}, },