kmr_12: uncomment string literals

It matches now I actually can't believe it
This commit is contained in:
Alex Bates 2020-10-20 04:18:00 +01:00
parent 23f8d8ee35
commit 6c936a9126
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706

View File

@ -1,7 +1,7 @@
#include "kmr_12.h"
GEN_EXIT_WALK_SCRIPT(exit_west, 60, 0, 0x80240AB0 /*"kmr_07"*/, 1);
GEN_EXIT_WALK_SCRIPT(exit_east, 60, 1, 0x80240AB8 /*"kmr_11"*/, 0);
GEN_EXIT_WALK_SCRIPT(exit_west, 60, 0, "kmr_07", 1);
GEN_EXIT_WALK_SCRIPT(exit_east, 60, 1, "kmr_11", 0);
Script bind_exits = {
SI_BIND(exit_west, TriggerFlag_FLOOR_ABOVE, 0 /* deili1 */, NULL),