_CIpow argument order was confirmed with Starcraft v1.05.
This commit is contained in:
parent
83827c190b
commit
9c1a05ab4e
|
@ -2031,7 +2031,6 @@ LONG __cdecl CRTDLL__CIpow(void) {
|
|||
double x,y;
|
||||
POP_FPU(y);
|
||||
POP_FPU(x);
|
||||
FIXME(crtdll,"(%f,%f): argument order unknown! Please report!\n",x,y);
|
||||
return pow(x,y);
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue