Renamed DirectVideoInitialize/Destroy() to WinVideoInitialize/Destroy()

This commit is contained in:
tomcw
2020-11-21 21:13:21 +00:00
parent 2a7191f5ce
commit c79abb45eb
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// Globals (Public)
uint8_t *g_pFramebufferbits = NULL; // last drawn frame (initialized in DirectVideoInitialize)
uint8_t *g_pFramebufferbits = NULL; // last drawn frame (initialized in WinVideoInitialize)
int g_nAltCharSetOffset = 0; // alternate character set
// Globals (Private)