- Timestamp:
- May 18, 2013, 7:21:09 PM (12 years ago)
- Branches:
- master
- Children:
- 74b8e79
- Parents:
- c987d79
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
rc987d79 r7d91bbe 569 569 al_draw_filled_circle(pos.x, pos.y, 12, al_map_rgb(191, 0, 0)); 570 570 571 if ( o->hasBlueFlag)571 if (p->hasBlueFlag) 572 572 al_draw_filled_rectangle(pos.x+4, pos.y-18, pos.x+18, pos.y-4, al_map_rgb(0, 0, 255)); 573 else if( o->hasRedFlag)573 else if(p->hasRedFlag) 574 574 al_draw_filled_rectangle(pos.x+4, pos.y-18, pos.x+18, pos.y-4, al_map_rgb(255, 0, 0)); 575 575 }
Note:
See TracChangeset
for help on using the changeset viewer.