|
From: Michael B. <mic...@ve...> - 2003-04-14 06:23:55
|
Hi guys, I've had a request, which does not seem at all unreasonable. Whenever we get around to committing source files for the OpenGL branch to CVS, if we could add a line like this: // $Id$ somewhere near the top of the file. CVS will automatically expand this to something like: // $Id: adcap.h,v 1.6 2003/04/14 05:23:14 mbridak Exp $ I've already changed all source files in the original branch. While I was there, I changed the sonar.cpp file. As it turns out I didn't need to use a temp SDL_Surface as an intermediate holder for the blitted data. I just blit from and to the same surface. Also removed several Updaterects commands since they had no real affect. Mike |