Fix comment

This commit is contained in:
FutureRave 2021-12-07 17:47:31 +00:00
parent 86158bddf2
commit ff1584cff0
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -268,7 +268,7 @@ namespace Components
}
});
Script::AddFunction("Notarget", [](Game::scr_entref_t entref) // gsc: Demigod(<optional int toggle>);
Script::AddFunction("Notarget", [](Game::scr_entref_t entref) // gsc: Notarget(<optional int toggle>);
{
if (entref >= Game::MAX_GENTITIES)
{