Correct argument names for FUN_100bc8b0 (#1472)

* Correct argument names for FUN_100bc8b0

* Update mxdisplaysurface.h
This commit is contained in:
Anders Jenbo
2025-05-12 01:17:28 +02:00
committed by GitHub
parent 38e3ecb1c6
commit 6482a89ea2
2 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ public:
MxU8 p_bpp
);
LPDIRECTDRAWSURFACE FUN_100bc8b0(MxS32 width, MxS32 height);
LPDIRECTDRAWSURFACE FUN_100bc8b0(MxS32 p_width, MxS32 p_height);
private:
MxU8 CountTotalBitsSetTo1(MxU32 p_param);