diff options
Diffstat (limited to 'src/ui/ui_atoms.c')
-rw-r--r-- | src/ui/ui_atoms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_atoms.c b/src/ui/ui_atoms.c index af3a3ef8..fd52fdaa 100644 --- a/src/ui/ui_atoms.c +++ b/src/ui/ui_atoms.c @@ -213,7 +213,7 @@ UI_ConsoleCommand qboolean UI_ConsoleCommand( int realTime ) { struct uicmd *cmd = bsearch( UI_Argv( 0 ), commands, - sizeof( commands ) / sizeof( commands[ 0 ] ), sizeof( commands[ 0 ] ), + ARRAY_LEN( commands ), sizeof( commands[ 0 ] ), cmdcmp ); uiInfo.uiDC.frameTime = realTime - uiInfo.uiDC.realTime; |