diff options
Diffstat (limited to 'src/refresh/sw/bsp.c')
-rw-r--r-- | src/refresh/sw/bsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/refresh/sw/bsp.c b/src/refresh/sw/bsp.c index d7430de..cde3410 100644 --- a/src/refresh/sw/bsp.c +++ b/src/refresh/sw/bsp.c @@ -29,7 +29,7 @@ vec3_t modelorg; // modelorg is the viewpoint reletive to vec3_t r_entorigin; // the currently rendering entity in world // coordinates -static float entity_rotation[3][3]; +vec3_t entity_rotation[3]; int r_currentbkey; |