1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00

Don't load hud.txd twice

This commit is contained in:
haphzd 2016-06-11 18:53:18 +04:00
parent e82be612a1
commit c19df1d936

View File

@ -111,7 +111,6 @@ RWGame::RWGame(int argc, char* argv[])
data->loadIMG("/models/gta3");
//engine->data.loadIMG("/models/txd");
data->loadIMG("/anim/cuts");
data->loadTXD("/models/hud.txd");
data->load();