- moved the wipe loop out of d_main.cpp into f_wipe.cpp
As preparation fior fully moving it into the backend
This commit is contained in:
parent
7b59293995
commit
ccdf5fb23c
6 changed files with 70 additions and 54 deletions
|
|
@ -29,10 +29,4 @@ void I_PolyPresentUnlock(int x, int y, int w, int h);
|
|||
void I_PolyPresentDeinit();
|
||||
|
||||
|
||||
// Pause a bit.
|
||||
// [RH] Despite the name, it apparently never waited for the VBL, even in
|
||||
// the original DOS version (if the Heretic/Hexen source is any indicator).
|
||||
void I_WaitVBL(int count);
|
||||
|
||||
|
||||
#endif // __I_VIDEO_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue