mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-02 03:02:43 +02:00
Fix RW33
This commit is contained in:
@@ -356,7 +356,7 @@ RwGrabScreen(RwCamera *camera, RwChar *filename)
|
|||||||
strcpy(temp, CFileMgr::GetRootDirName());
|
strcpy(temp, CFileMgr::GetRootDirName());
|
||||||
strcat(temp, filename);
|
strcat(temp, filename);
|
||||||
|
|
||||||
#ifdef THIS_IS_STUPID
|
#ifndef LIBRW
|
||||||
if (RtBMPImageWrite(pImage, &temp[0]) == nil)
|
if (RtBMPImageWrite(pImage, &temp[0]) == nil)
|
||||||
#else
|
#else
|
||||||
if (RtPNGImageWrite(pImage, &temp[0]) == nil)
|
if (RtPNGImageWrite(pImage, &temp[0]) == nil)
|
||||||
|
Reference in New Issue
Block a user