Merge branch 'accurate' into portable
This commit is contained in:
commit
16f29f6fb7
1 changed files with 2 additions and 2 deletions
|
@ -601,7 +601,7 @@ int RestoreSurfaces(void)
|
|||
{
|
||||
++surfaces_regenerated;
|
||||
RenderBackend_RestoreSurface(framebuffer);
|
||||
out(0x62);
|
||||
out('f'); // 'f' for 'frontbuffer' (or, in this branch's case, 'framebuffer')
|
||||
}
|
||||
|
||||
for (s = 0; s < SURFACE_ID_MAX; ++s)
|
||||
|
@ -612,7 +612,7 @@ int RestoreSurfaces(void)
|
|||
{
|
||||
++surfaces_regenerated;
|
||||
RenderBackend_RestoreSurface(surf[s]);
|
||||
out(0x30 + s);
|
||||
out('0' + s); // The number of the surface lost
|
||||
|
||||
if (!surface_metadata[s].bSystem)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue