mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
RWViewer: Don't load files which might not exist for everyone
This commit is contained in:
parent
05831bea95
commit
913a5d26b4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user