]> git.lizzy.rs Git - dragonfireclient.git/commit
Fix various variables passed by copy instead of const ref (#5610)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Tue, 18 Apr 2017 22:36:30 +0000 (00:36 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2017 22:36:30 +0000 (00:36 +0200)
commitcf37a5569002e83cc4d6916b39118ceba134da1b
tree4de13e55c8f2b37fca85f4c9a4b15e52bc0f030a
parent5f2af7c4e80da1c646e5a19ceed5bd0871b56e85
Fix various variables passed by copy instead of const ref (#5610)

Pointed by cppcheck
14 files changed:
src/activeobject.h
src/client.cpp
src/client.h
src/content_cao.cpp
src/content_cao.h
src/filecache.h
src/game.cpp
src/map.cpp
src/map.h
src/mods.cpp
src/mods.h
src/shader.cpp
src/treegen.cpp
src/treegen.h