DXGL r249 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r248
|
r249
|
r250
>
Date:
21:39, 1 September 2012
Author:
admin
Status:
new
Tags:
Comment:
Initialize glDirect3DDevice old version pointers.
Modified paths:
/ddraw/glDirect3DDevice.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirect3DDevice.cpp
—
—
@@ -212,6 +212,8 @@
213
213
glDirect3DDevice7::glDirect3DDevice7(glDirect3D7 *glD3D7, glDirectDrawSurface7 *glDDS7)
214
214
{
215
215
int zbuffer = 0;
216
+ glD3DDev3 = NULL;
217
+ glD3DDev2 = NULL;
216
218
maxmaterials = 32;
217
219
materials = (glDirect3DMaterial3**)malloc(32*sizeof(glDirect3DMaterial3*));
218
220
materialcount = 1;
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version