mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 11:54:09 +00:00
some work on zones
This commit is contained in:
parent
edd9301d7f
commit
cbfc45b3f7
11 changed files with 90 additions and 86 deletions
|
@ -2422,7 +2422,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