1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

RWViewer: Don't load files which might not exist for everyone

This commit is contained in:
Jannik Vogel 2016-08-08 06:31:05 +02:00
parent 05831bea95
commit 913a5d26b4

View File

@ -169,7 +169,6 @@ void ViewerWindow::loadGame(const QString &path)
// Initalize all the archives.
gameWorld->data->loadIMG("/models/gta3");
gameWorld->data->loadIMG("/models/txd");
gameWorld->data->loadIMG("/anim/cuts");
loadedData(gameWorld);