| Summary: | [PATCH] Fix SDL 1.2 compilation | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Cameron Cawley <ccawley2011> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
Remove initial declaration from for loop
Remove duplicate case value |
||
|
Description
Cameron Cawley
2019-04-24 19:50:46 UTC
Created attachment 3764 [details] Remove duplicate case value This fixes a regression from https://hg.libsdl.org/SDL/rev/4646533663ae , and seems to be the result of https://hg.libsdl.org/SDL/rev/08f3b4992538 being applied incorrectly. Patches added, thanks! https://hg.libsdl.org/SDL/rev/0c327f0edd70 https://hg.libsdl.org/SDL/rev/33940ce0a0ba |