Skip to content

Commit

Permalink
Delete redundant comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 27, 2015
1 parent b4ea6da commit d0a7a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/ai/stalker/ai_stalker_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SCRIPT_EXPORT(CStalkerPlanner, (CScriptActionPlanner),
{
module(luaState)
[
class_<CStalkerPlanner, CScriptActionPlanner>("stalker_ids") // CScriptActionPlanner
class_<CStalkerPlanner, CScriptActionPlanner>("stalker_ids")
.enum_("properties")
[
luabind::value("property_alive", StalkerDecisionSpace::eWorldPropertyAlive),
Expand Down

0 comments on commit d0a7a0a

Please sign in to comment.