add @bug for read_west_sign return

This commit is contained in:
Alex Bates 2020-10-20 08:20:09 +01:00
parent 26f0cee254
commit 8d89bbad3d
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706

View File

@ -62,6 +62,7 @@ static NpcSettings goomba_npc_settings = {
};
// *INDENT-OFF*
/// @bug The RETURN command is after the END command, so this script will never terminate.
static Script read_west_sign = {
SI_GROUP(0),
@ -88,7 +89,7 @@ static Script read_west_sign = {
SI_END_IF(),
SI_END(),
SI_RETURN(), // Whoops!
SI_RETURN(),
};
static Script goomba_idle = {