Skip to content

Commit 76e3db6

Browse files
committed
xrGame/xrServer.cpp: added XXX and uncommented pragma todo
1 parent 3607bdc commit 76e3db6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/xrGame/xrServer.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ xrServer::~xrServer()
8383

8484
CSE_Abstract* xrServer::ID_to_entity(u16 ID)
8585
{
86-
// #pragma todo("??? to all : ID_to_entity - must be replaced to 'game->entity_from_eid()'")
86+
// 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+
8791
if (0xffff == ID)
8892
return 0;
8993
xrS_entities::iterator I = entities.find(ID);

0 commit comments

Comments
 (0)