Fix prototype to match function's definition.

(was missing a const)


git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7381 4a71c877-e1ca-e34f-864e-861f7616d084
master
Buginator 2009-05-10 03:25:35 +00:00 committed by Git SVN Gateway
parent 395f677099
commit b60b1ad10b
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ extern int32_t pie_RotateProject(const Vector3i *src, Vector2i *dest);
extern void pie_PerspectiveBegin(void);
extern void pie_PerspectiveEnd(void);
extern void pie_TranslateTextureBegin(Vector2f offset);
extern void pie_TranslateTextureBegin(const Vector2f offset);
extern void pie_TranslateTextureEnd(void);
//*************************************************************************