Changeset c991530 in network-game for client/Client/GameRender.cpp


Ignore:
Timestamp:
Jan 26, 2014, 10:04:27 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
b29ff6b
Parents:
c51da03
Message:

The playerClass instance variable of the Player class is now an enum instead of an int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/GameRender.cpp

    rc51da03 rc991530  
    114114         strClass = "";
    115115         break;
    116       default:
    117          strClass = "";
    118          break;
    119116      }
    120117      al_draw_text(font, al_map_rgb(0, 0, 0), pos.x, pos.y-fontHeight/2, ALLEGRO_ALIGN_CENTRE, strClass.c_str());
Note: See TracChangeset for help on using the changeset viewer.