mirror of https://github.com/Nofated095/re-GTA.git
Fix RW33
This commit is contained in:
parent
6580ddd6cb
commit
2c194df591
|
@ -356,7 +356,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 New Issue