]> git.tdb.fi Git - libs/game.git/commit
Use the auto type to hold the result of dynamic_handle_cast
authorMikko Rasa <tdb@tdb.fi>
Thu, 6 Mar 2025 13:10:07 +0000 (15:10 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 6 Mar 2025 13:11:13 +0000 (15:11 +0200)
commitf12315a4509e326dce5a0b3daca1f314699333ad
treed94fb484481ff7d10ff57227350497e847a1da36
parentc281eca3c12f66dd259bc1cdde1ec43178d4700c
Use the auto type to hold the result of dynamic_handle_cast

It's clear enough what the type will be so no need to repeat it.
source/game/entity.h
source/game/landscape.cpp
source/game/remotecall.h
source/game/replicator.cpp
source/game/stage.cpp
source/gameview/renderer.cpp
source/gameview/terrainmeshcreator.cpp