mirror of
https://github.com/fallout2-ce/fallout2-ce.git
synced 2026-07-27 16:47:11 -07:00
fix typo
This commit is contained in:
@@ -489,7 +489,7 @@ int proto_critter_flags_modify(int pid)
|
||||
flags |= CRITTER_NO_HEAL;
|
||||
}
|
||||
|
||||
rc = win_yes_no("Is Invlunerable????", 340, 200, COLOR_LIGHT_YELLOW | DRAW_TEXT_FLAG_SHADOWED);
|
||||
rc = win_yes_no("Is Invulnerable????", 340, 200, COLOR_LIGHT_YELLOW | DRAW_TEXT_FLAG_SHADOWED);
|
||||
if (rc == -1) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user