diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2022-06-18 18:56:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-19 02:56:10 +0100 |
| commit | 271b7c78276f7488f4c75328d79364f3a1cd423d (patch) | |
| tree | 6cfe906c1a896365d0be1eec7e26b6920a0a1a17 /src/code | |
| parent | 03ba9178537f722c2670e69fbb3d3a677f896f57 (diff) | |
Gfxprint OK (#826)
* Match last two functions as well as some cleanup
* One more small cleanup
* Reviews
* format
* Move internal GFXP_FLAG defines to c file
* Format
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/sys_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_matrix.c b/src/code/sys_matrix.c index f2ed19c38..4e517c810 100644 --- a/src/code/sys_matrix.c +++ b/src/code/sys_matrix.c @@ -38,7 +38,7 @@ * Throughout this file, `mode` indicates whether to multiply the matrix on top of the stack by the new construction * (APPLY), or to just overwrite it (NEW). */ - +#include "prevent_bss_reordering.h" #include "global.h" /* data */ |
