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

Ensure icons.txd is loaded for blip arrow

This commit is contained in:
Daniel Evans 2015-05-03 05:32:08 +01:00
parent 91065b6af4
commit 53d2e318a3

View File

@ -106,6 +106,7 @@ void GameData::load()
loadDFF("weapons.dff");
loadDFF("arrow.dff");
loadTXD("particle.txd");
loadTXD("icons.txd");
loadTXD("hud.txd");
loadTXD("fonts.txd");