(svn r6347) Undo

This commit is contained in:
tron
2006-09-02 20:34:33 +00:00
parent 5f7d99fb6d
commit a286726fe9
4 changed files with 5 additions and 69 deletions

View File

@@ -1177,6 +1177,8 @@ static void ViewportDrawStrings(DrawPixelInfo *dpi, const StringSpriteToDraw *ss
ss = ss->next;
} while (ss != NULL);
_cur_dpi = dpi;
}
void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom)