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 3607bdc commit 76e3db6Copy full SHA for 76e3db6
src/xrGame/xrServer.cpp
@@ -83,7 +83,11 @@ xrServer::~xrServer()
83
84
CSE_Abstract* xrServer::ID_to_entity(u16 ID)
85
{
86
- // #pragma todo("??? to all : ID_to_entity - must be replaced to 'game->entity_from_eid()'")
+ // XXX: research this situation. Do we need this?
87
+ // game->entity_from_eid() calls this function anyway
88
+
89
+ #pragma todo("??? to all : ID_to_entity - must be replaced to 'game->entity_from_eid()'")
90
91
if (0xffff == ID)
92
return 0;
93
xrS_entities::iterator I = entities.find(ID);
0 commit comments