Mercurial > mm7
comparison SpriteObject.cpp @ 1409:c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
author | Nomad |
---|---|
date | Fri, 26 Jul 2013 21:16:51 +0200 |
parents | d071e0e9ba75 |
children | 38df78aba732 |
comparison
equal
deleted
inserted
replaced
1408:204cce84300b | 1409:c9e3b93ec570 |
---|---|
197 } | 197 } |
198 if ( v6 >= (signed int)uNumSpriteObjects ) | 198 if ( v6 >= (signed int)uNumSpriteObjects ) |
199 uNumSpriteObjects = v6 + 1; | 199 uNumSpriteObjects = v6 + 1; |
200 return v6; | 200 return v6; |
201 } | 201 } |
202 | |
203 assert(false); | |
204 return 0; | |
202 } | 205 } |
203 | 206 |
204 //----- (00471C03) -------------------------------------------------------- | 207 //----- (00471C03) -------------------------------------------------------- |
205 void SpriteObject::UpdateObject_fn0_ODM(unsigned int uLayingItemID) | 208 void SpriteObject::UpdateObject_fn0_ODM(unsigned int uLayingItemID) |
206 { | 209 { |