Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
UI: fix my name being chopped off for no reason wha
Browse files Browse the repository at this point in the history
-tsoever.
  • Loading branch information
BenLubar committed Jun 17, 2014
1 parent 133db10 commit 738bf46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trunk/src/game/shared/swarm/asw_shareddefs.h
Expand Up @@ -6,8 +6,9 @@

#include "const.h"

#define ASW_MAX_PLAYER_NAME_LENGTH 32
#define ASW_MAX_PLAYER_NAME_LENGTH_3D 20
// WHY DO WE HAVE THESE? --Casimer the Adequat[ely Skilled]
#define ASW_MAX_PLAYER_NAME_LENGTH MAX_PLAYER_NAME_LENGTH /* was 32 */
#define ASW_MAX_PLAYER_NAME_LENGTH_3D ASW_MAX_PLAYER_NAME_LENGTH /* was 20?!?!?!?!? */

enum ASW_Inventory_slot_t
{
Expand Down

0 comments on commit 738bf46

Please sign in to comment.