summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/r_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/r_data.c b/src/r_data.c
index 37827d14..0f792d8e 100644
--- a/src/r_data.c
+++ b/src/r_data.c
@@ -98,8 +98,8 @@ typedef struct
// Block origin (allways UL),
// which has allready accounted
// for the internal origin of the patch.
- int originx;
- int originy;
+ short originx;
+ short originy;
int patch;
} texpatch_t;