Canonize all space functions to follow the drawXXXspace and winqreadXXXspace

conventions.
This commit is contained in:
2003-03-24 00:06:40 +00:00
parent 510e2d5840
commit 93e8a05320
10 changed files with 30 additions and 34 deletions

View File

@@ -784,7 +784,7 @@ static void draw_view_icon(void)
glDisable(GL_BLEND);
}
void drawview3d(void)
void drawview3dspace(void)
{
Base *base;
Object *ob;