Mercurial > mm7
comparison Render.cpp @ 373:edd2d8b7e3c4
Interface reloading fix & party alignment enum
author | Nomad |
---|---|
date | Fri, 22 Feb 2013 18:40:38 +0200 |
parents | 672b83584b0f |
children | 58b71c1af7d8 |
comparison
equal
deleted
inserted
replaced
372:6a2b4d1be013 | 373:edd2d8b7e3c4 |
---|---|
10974 v5->uParticleTrailColor = v1; | 10974 v5->uParticleTrailColor = v1; |
10975 } | 10975 } |
10976 while ( v2 < (signed int)pObjectList->uNumObjects ); | 10976 while ( v2 < (signed int)pObjectList->uNumObjects ); |
10977 } | 10977 } |
10978 LOBYTE(v1) = 1; | 10978 LOBYTE(v1) = 1; |
10979 SetUserInterface(pParty->uAlignment, v1); | 10979 SetUserInterface(pParty->alignment, v1); |
10980 if ( pVideoPlayer->pVideoFrame.pPixels ) | 10980 if ( pVideoPlayer->pVideoFrame.pPixels ) |
10981 pVideoPlayer->pVideoFrame.Load(pVideoPlayer->pVideoFrameTextureFilename, 1); | 10981 pVideoPlayer->pVideoFrame.Load(pVideoPlayer->pVideoFrameTextureFilename, 1); |
10982 if ( uCurrentMenuID ) | 10982 if ( uCurrentMenuID ) |
10983 { | 10983 { |
10984 if ( uCurrentMenuID != 6 ) | 10984 if ( uCurrentMenuID != 6 ) |