Fix uninitialized value
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2784
This commit is contained in:
parent
5bd556e219
commit
b9e934fd97
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static void conc4d(SCALERNAME,SBPP,DBPP,R)(const void *s) {
|
|||
}
|
||||
#endif
|
||||
/* Clear the complete line marker */
|
||||
Bitu hadChange;
|
||||
Bitu hadChange = 0;
|
||||
const SRCTYPE *src = (SRCTYPE*)s;
|
||||
SRCTYPE *cache = (SRCTYPE*)(render.scale.cacheRead);
|
||||
render.scale.cacheRead += render.scale.cachePitch;
|
||||
|
|
Loading…
Add table
Reference in a new issue