mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +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();
|
G_FatalEngineError();
|
||||||
}
|
}
|
||||||
V_Init2();
|
|
||||||
|
|
||||||
LoadPaletteLookups();
|
LoadPaletteLookups();
|
||||||
|
V_Init2();
|
||||||
|
|
||||||
enginecompatibility_mode = ENGINECOMPATIBILITY_19950829;
|
enginecompatibility_mode = ENGINECOMPATIBILITY_19950829;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue