diff options
Diffstat (limited to 'apps/plugins/doom/r_data.h')
| -rw-r--r-- | apps/plugins/doom/r_data.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/doom/r_data.h b/apps/plugins/doom/r_data.h index 12c9eb7..905928f 100644 --- a/apps/plugins/doom/r_data.h +++ b/apps/plugins/doom/r_data.h @@ -47,7 +47,8 @@ typedef struct { int originx, originy; // Block origin, which has already accounted int patch; // for the internal origin of the patch. -} texpatch_t; +} +texpatch_t; // // Texture definition. @@ -69,7 +70,8 @@ typedef struct short width, height; short patchcount; // All the patches[patchcount] are drawn texpatch_t patches[1]; // back-to-front into the cached texture. -} texture_t; +} +texture_t; // Retrieve column data for span blitting. const byte* |