mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 03:44:09 +00:00
new zone stuff
This commit is contained in:
parent
aa8968ecf2
commit
e0568a19d5
17 changed files with 386 additions and 857 deletions
|
@ -2405,7 +2405,7 @@ CStreaming::LoadScene(const CVector &pos)
|
|||
CStreamingInfo *si, *prev;
|
||||
eLevelName level;
|
||||
|
||||
level = CTheZones::GetLevelFromPosition(pos);
|
||||
level = CTheZones::GetLevelFromPosition(&pos);
|
||||
debug("Start load scene\n");
|
||||
for(si = ms_endRequestedList.m_prev; si != &ms_startRequestedList; si = prev){
|
||||
prev = si->m_prev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue