Skip to content

Commit

Permalink
xrGame/xrServer.cpp: added XXX and uncommented pragma todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jul 13, 2018
1 parent 3607bdc commit 76e3db6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/xrGame/xrServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ xrServer::~xrServer()

CSE_Abstract* xrServer::ID_to_entity(u16 ID)
{
// #pragma todo("??? to all : ID_to_entity - must be replaced to 'game->entity_from_eid()'")
// XXX: research this situation. Do we need this?
// game->entity_from_eid() calls this function anyway

#pragma todo("??? to all : ID_to_entity - must be replaced to 'game->entity_from_eid()'")

if (0xffff == ID)
return 0;
xrS_entities::iterator I = entities.find(ID);
Expand Down

0 comments on commit 76e3db6

Please sign in to comment.