Skip to content

Commit 84715f4

Browse files
zturtlemantimangus
authored andcommitted
Ignore CHAR_WIDTH from C23 spec
1 parent ed2c470 commit 84715f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

code/cgame/cg_local.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
6363
#define STAT_MINUS 10 // num frame for '-' stats digit
6464

6565
#define ICON_SIZE 48
66+
#undef CHAR_WIDTH // ignore define from libc
6667
#define CHAR_WIDTH 32
6768
#define CHAR_HEIGHT 48
6869
#define TEXT_ICON_SPACE 4

0 commit comments

Comments
 (0)