Skip to content

Commit

Permalink
progsvm: add internal support for uint type.
Browse files Browse the repository at this point in the history
  • Loading branch information
divVerent committed Jan 3, 2025
1 parent b6ab2f8 commit 1059745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions progsvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ typedef union prvm_eval_s
prvm_int_t function;
prvm_int_t ivector[3];
prvm_int_t _int;
prvm_uint_t _uint;
prvm_int_t edict;
} prvm_eval_t;

Expand Down

0 comments on commit 1059745

Please sign in to comment.