mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 23:05:55 +00:00
Fix RW34
This commit is contained in:
parent
c3ced5825d
commit
9e22eaf798
|
@ -333,7 +333,7 @@ RwGrabScreen(RwCamera *camera, RwChar *filename)
|
|||
strcpy(temp, CFileMgr::GetRootDirName());
|
||||
strcat(temp, filename);
|
||||
|
||||
#ifdef THIS_IS_STUPID
|
||||
#ifndef LIBRW
|
||||
if (RtBMPImageWrite(pImage, &temp[0]) == nil)
|
||||
#else
|
||||
if (RtPNGImageWrite(pImage, &temp[0]) == nil)
|
||||
|
|
Loading…
Reference in a new issue