Changeset 9b1e12c in network-game for client/Client/chat.cpp
- Timestamp:
- Jun 23, 2013, 5:12:01 PM (11 years ago)
- Branches:
- master
- Children:
- b650f8a
- Parents:
- 7ca5d21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/chat.cpp
r7ca5d21 r9b1e12c 19 19 { 20 20 for(unsigned int x=0; x<vctChat.size(); x++) 21 al_draw_text(font, color, 10, 140+x*15, ALLEGRO_ALIGN_LEFT, vctChat[x].c_str());21 al_draw_text(font, color, 5, 100+x*15, ALLEGRO_ALIGN_LEFT, vctChat[x].c_str()); 22 22 23 al_draw_text(font, color, 10, 460, ALLEGRO_ALIGN_LEFT, strPrompt.c_str()); 23 // I think this might never be used 24 al_draw_text(font, color, 5, 460, ALLEGRO_ALIGN_LEFT, strPrompt.c_str()); 24 25 } 25 26
Note:
See TracChangeset
for help on using the changeset viewer.