Skip to content

Commit

Permalink
Add XXX.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Dec 13, 2015
1 parent 3da98cd commit c4e5dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrServerEntities/object_item_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ObjectFactory::SERVER_BASE_CLASS *CObjectItemScript::server_object (LPCSTR secti
SERVER_SCRIPT_BASE_CLASS *object;

try {
// XXX nitrocaster: why not call m_server_creator(section) with adopt policy?
luabind::object *instance = 0;
try {
instance = xr_new<luabind::object>((luabind::object)(m_server_creator(section)));
Expand Down

0 comments on commit c4e5dd2

Please sign in to comment.