We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee3dd7 commit 3e6c3f6Copy full SHA for 3e6c3f6
code/parse/sexp.cpp
@@ -15031,7 +15031,7 @@ int sexp_targeted(int node)
15031
}
15032
15033
if (CDR(CDR(node)) >= 0) {
15034
- ptr = Player_ai->targeted_subsys;
+ ptr = Players_targeted_subsys;
15035
if (!ptr || subsystem_stricmp(ptr->system_info->subobj_name, CTEXT(CDR(CDR(node))))){
15036
return SEXP_FALSE;
15037
0 commit comments