From 907255837e6947175e54e077812ed37e840d2e4c Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Sun, 31 Dec 2023 15:35:00 +0100 Subject: [PATCH] Added INV_ALIGN_NONE --- code/client/cl_inv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/client/cl_inv.h b/code/client/cl_inv.h index 5caa7080..45cf58af 100644 --- a/code/client/cl_inv.h +++ b/code/client/cl_inv.h @@ -29,6 +29,7 @@ typedef enum { } inv_move_type; typedef enum { + INV_ALIGN_NONE, INV_ALIGN_LEFT, INV_ALIGN_RIGHT } inv_align_type;