Changeset 5b92307 in network-game for client/Client/GameRender.cpp
- Timestamp:
- Jan 20, 2014, 6:47:58 PM (11 years ago)
- Branches:
- master
- Children:
- 204edcf
- Parents:
- 949cf70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/GameRender.cpp
r949cf70 r5b92307 74 74 pos = mapToScreen(p->pos.toInt()); 75 75 76 if (p-> id== curPlayerId)76 if (p->getId() == curPlayerId) 77 77 al_draw_filled_circle(pos.x, pos.y, 14, al_map_rgb(0, 0, 0)); 78 78
Note:
See TracChangeset
for help on using the changeset viewer.