mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
DoScreenWipe is void
This commit is contained in:
parent
85f016e4d8
commit
da45526b63
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ static loadfunc_t hwdFuncTable[] = {
|
||||||
{"FlushScreenTextures@0",&hwdriver.pfnFlushScreenTextures},
|
{"FlushScreenTextures@0",&hwdriver.pfnFlushScreenTextures},
|
||||||
{"StartScreenWipe@0", &hwdriver.pfnStartScreenWipe},
|
{"StartScreenWipe@0", &hwdriver.pfnStartScreenWipe},
|
||||||
{"EndScreenWipe@0", &hwdriver.pfnEndScreenWipe},
|
{"EndScreenWipe@0", &hwdriver.pfnEndScreenWipe},
|
||||||
{"DoScreenWipe@4", &hwdriver.pfnDoScreenWipe},
|
{"DoScreenWipe@0", &hwdriver.pfnDoScreenWipe},
|
||||||
{"DrawIntermissionBG@0",&hwdriver.pfnDrawIntermissionBG},
|
{"DrawIntermissionBG@0",&hwdriver.pfnDrawIntermissionBG},
|
||||||
{"MakeScreenTexture@0", &hwdriver.pfnMakeScreenTexture},
|
{"MakeScreenTexture@0", &hwdriver.pfnMakeScreenTexture},
|
||||||
{"MakeScreenFinalTexture@0", &hwdriver.pfnMakeScreenFinalTexture},
|
{"MakeScreenFinalTexture@0", &hwdriver.pfnMakeScreenFinalTexture},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue