From 3ecdefe9733c315021a99cfd0da506671fa6841d Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Fri, 16 Sep 2005 06:07:04 +0000 Subject: [PATCH] Atlas: Allow VFS reloading This was SVN commit r2736. --- source/tools/atlas/GameInterface/GameLoop.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/tools/atlas/GameInterface/GameLoop.cpp b/source/tools/atlas/GameInterface/GameLoop.cpp index 9b5837c0b7..ff0337ecf7 100644 --- a/source/tools/atlas/GameInterface/GameLoop.cpp +++ b/source/tools/atlas/GameInterface/GameLoop.cpp @@ -11,6 +11,7 @@ #include "lib/sdl.h" #include "lib/ogl.h" #include "lib/timer.h" +#include "lib/res/file/vfs.h" #include "ps/CLogger.h" using namespace AtlasMessage; @@ -159,6 +160,8 @@ bool BeginAtlas(int argc, char* argv[], void* dll) ////////////////////////////////////////////////////////////////////////// + vfs_reload_changed_files(); + if (state.rendering) { Render_();