Changeset 4c202e0 in network-game for client/Client/chat.cpp


Ignore:
Timestamp:
Dec 25, 2012, 6:59:58 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
3b8adee
Parents:
edfd1d0
Message:

Added Player to the visual studio project, changed Common to use the #defines in Compiler.h, and added basic client support for processing MSG_TYPE_PLAYER messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/chat.cpp

    redfd1d0 r4c202e0  
    1818void chat::draw(ALLEGRO_FONT *font, ALLEGRO_COLOR color)
    1919{
    20    for(int x=0; x<vctChat.size(); x++)
     20   for(unsigned int x=0; x<vctChat.size(); x++)
    2121      al_draw_text(font, color, 10, 140+x*15, ALLEGRO_ALIGN_LEFT, vctChat[x].c_str());
    2222
Note: See TracChangeset for help on using the changeset viewer.