diff --git a/codemp/qcommon/RoffSystem.h b/codemp/qcommon/RoffSystem.h index 23c1dd26a1..7f2aa0ac6f 100644 --- a/codemp/qcommon/RoffSystem.h +++ b/codemp/qcommon/RoffSystem.h @@ -64,7 +64,7 @@ class CROFFSystem //------------------------------- { char mHeader[4]; // should match roff_string defined above - long mVersion; // version num, supported version defined above + int mVersion; // version num, supported version defined above float mCount; // I think this is a float because of a limitation of the roff exporter } TROFFHeader; @@ -81,7 +81,7 @@ class CROFFSystem //------------------------------- { char mHeader[4]; // should match roff_string defined above - long mVersion; // version num, supported version defined above + int mVersion; // version num, supported version defined above int mCount; // I think this is a float because of a limitation of the roff exporter int mFrameRate; // Frame rate the roff should be played at int mNumNotes; // number of notes (null terminated strings) after the roff data