All pastes #1853597 Raw Edit

clueless

public text v1 · immutable
#1853597 ·published 2010-03-27 02:31 UTC
rendered paste body
Index: src/common/bgloader/loader.h===================================================================--- src/common/bgloader/loader.h	(revision 5744)+++ src/common/bgloader/loader.h	(working copy)@@ -132,7 +132,7 @@    /**     * Update the load range initially passed to the loader in Setup().     */-    void SetLoadRange(float r) { loadRange = r; }+    void SetLoadRange(float r) { loadRange = r; UpdatePosition(lastPos, lastSector->name, true); }     /**     * Request to know whether the current world position stored by the loader is valid.