mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
add @bug for read_west_sign return
This commit is contained in:
parent
26f0cee254
commit
8d89bbad3d
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user