mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Clean up after myself in the Z_* purge..
This commit is contained in:
parent
def35745d7
commit
750457b368
8 changed files with 17 additions and 16 deletions
|
@ -869,7 +869,7 @@ void SCR_RSShot_f (void)
|
|||
fracw = (float)vid.width / (float)w;
|
||||
frach = (float)vid.height / (float)h;
|
||||
|
||||
newbuf = malloc(w*h);
|
||||
newbuf = calloc(1, w*h);
|
||||
|
||||
for (y = 0; y < h; y++) {
|
||||
dest = newbuf + (w * y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue