mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +02:00
- phase 3 of cppcheck verbose fixes
This commit is contained in:
@@ -587,7 +587,7 @@ void MainWindow::onPaint(wxPaintEvent &event) {
|
||||
}
|
||||
}
|
||||
}
|
||||
else if(modelPathList.size() == 0 && haveLoadedParticles) {
|
||||
else if(modelPathList.empty() == true && haveLoadedParticles) {
|
||||
if(renderer->hasActiveParticleSystem(ParticleSystem::pst_ProjectileParticleSystem) == false &&
|
||||
renderer->hasActiveParticleSystem(ParticleSystem::pst_SplashParticleSystem) == false) {
|
||||
|
||||
|
Reference in New Issue
Block a user