Changeset 7fa452f in network-game for client/Client/GameRender.cpp
- Timestamp:
- Nov 8, 2014, 1:38:54 AM (10 years ago)
- Branches:
- master
- Children:
- 347d768
- Parents:
- 306758e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/GameRender.cpp
r306758e r7fa452f 96 96 al_draw_filled_circle(pos.x, pos.y, 14, al_map_rgb(0, 0, 0)); 97 97 98 if (p->team == 0)98 if (p->team == 1) 99 99 color = al_map_rgb(0, 0, 255); 100 else if (p->team == 1)100 else if (p->team == 2) 101 101 color = al_map_rgb(255, 0, 0); 102 102 else {
Note:
See TracChangeset
for help on using the changeset viewer.