mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed incorrect initialization order.
This commit is contained in:
parent
1a8f11e01d
commit
078455659f
1 changed files with 1 additions and 1 deletions
|
@ -285,9 +285,9 @@ void InstallEngine()
|
|||
{
|
||||
G_FatalEngineError();
|
||||
}
|
||||
V_Init2();
|
||||
|
||||
LoadPaletteLookups();
|
||||
V_Init2();
|
||||
|
||||
enginecompatibility_mode = ENGINECOMPATIBILITY_19950829;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue