+Arx/src/ai/PathFinderManager.cpp:72:22: warning: variable 'PATHFINDER_UPDATE_INTERVAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.cpp:74:20: warning: variable 'pr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.cpp:75:6: warning: variable 'PATHFINDER_WORKING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.cpp:83:27: warning: variable 'pathfinder' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.cpp:83:27: warning: variable 'pathfinder' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.cpp:84:15: warning: variable 'mutex' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.cpp:84:15: warning: variable 'mutex' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.cpp:92:35: warning: variable 'pathfinder_queue_start' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.cpp:92:35: warning: variable 'pathfinder_queue_start' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.h:63:13: warning: variable 'PATHFINDER_WORKING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/PathFinderManager.h:64:27: warning: variable 'pr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:96:13: warning: variable 'CHANGE_LEVEL_ICON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:97:14: warning: variable 'FrameDiff' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:99:13: warning: variable 'ARXpaths' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:99:13: warning: variable 'ARXpaths' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:100:14: warning: variable 'USE_CINEMATICS_PATH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:101:22: warning: variable 'MasterCamera' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:102:6: warning: variable 'nbARXpaths' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:103:6: warning: variable 'USE_CINEMATICS_CAMERA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:203:6: warning: variable 'JUST_RELOADED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:608:19: warning: variable 'Thrown' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:609:6: warning: variable 'Thrown_Count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:658:22: warning: variable 'arrowobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:658:22: warning: variable 'arrowobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:899:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:1418:20: warning: variable 'LAST_COLLISION_POLY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:1418:20: warning: variable 'LAST_COLLISION_POLY' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:1419:13: warning: variable 'CUR_COLLISION_MATERIAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.cpp:1421:7: warning: variable 'VELOCITY_THRESHOLD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.h:156:29: warning: variable 'MasterCamera' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.h:157:21: warning: variable 'USE_CINEMATICS_PATH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.h:158:20: warning: variable 'ARXpaths' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.h:158:20: warning: variable 'ARXpaths' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.h:165:13: warning: variable 'USE_CINEMATICS_CAMERA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.h:166:13: warning: variable 'nbARXpaths' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.h:207:26: warning: variable 'Thrown' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/ai/Paths.h:208:13: warning: variable 'Thrown_Count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:107:6: warning: variable 'MAX_LLIGHTS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:109:21: warning: variable 'TCAM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:110:24: warning: variable 'QuakeFx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:111:13: warning: variable 'INTER_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:112:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:113:14: warning: variable 'ulBKGColor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:114:13: warning: variable 'ZMAPMODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:116:13: warning: variable 'animations' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:118:16: warning: variable 'LATERDRAWHALO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:119:15: warning: variable 'llights' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:120:14: warning: variable 'BIGQUAT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:120:14: warning: variable 'BIGQUAT' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:121:15: warning: variable 'BIGMAT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:121:15: warning: variable 'BIGMAT' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:122:7: warning: variable 'dists' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:123:7: warning: variable 'values' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:124:7: warning: variable 'vdist' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:125:6: warning: variable 'MUST_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:126:6: warning: variable 'FORCE_NO_HIDE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:127:24: warning: variable 'grps' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:127:24: warning: variable 'grps' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:128:6: warning: variable 'TRAP_DETECT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:129:6: warning: variable 'TRAP_SECRET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:130:6: warning: variable 'USEINTERNORM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:131:6: warning: variable 'HALOCUR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:135:23: warning: variable 'tTexturedVertexTab2' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:137:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:567:10: warning: variable 'DESTROYED_DURING_RENDERING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:567:10: warning: variable 'DESTROYED_DURING_RENDERING' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:639:18: warning: variable 'TexSpecialColor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:902:7: warning: variable 'INVISIBILITY_OVERRIDE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.cpp:951:13: warning: variable 'FORCE_FRONT_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.h:65:13: warning: variable 'MAX_LLIGHTS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.h:68:13: warning: variable 'HALOCUR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.h:69:23: warning: variable 'LATERDRAWHALO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Animation.h:70:22: warning: variable 'llights' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:90:17: warning: variable 'grps' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:90:17: warning: variable 'grps' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:91:13: warning: variable 'max_grps' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:92:13: warning: variable 'FORCE_NO_HIDE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:93:13: warning: variable 'USEINTERNORM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:94:13: warning: variable 'INTER_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:96:14: warning: variable 'dists' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:97:13: warning: variable 'BH_MODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:98:12: warning: variable 'iHighLight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:100:25: warning: variable 'TexSpecialColor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:102:13: warning: variable 'TSU_TEST_NB' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:103:13: warning: variable 'TSU_TEST_NB_LIGHT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:120:14: warning: variable 'INVISIBILITY_OVERRIDE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:121:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:510:17: warning: variable 'DESTROYED_DURING_RENDERING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:510:17: warning: variable 'DESTROYED_DURING_RENDERING' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:511:6: warning: variable 'special_color_flag' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:512:9: warning: variable 'special_color' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:513:13: warning: variable 'TRAP_DETECT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:514:13: warning: variable 'TRAP_SECRET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:515:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:517:14: warning: variable 'GLOBAL_LIGHT_FACTOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:1342:6: warning: variable 'FORCE_FRONT_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:1345:13: warning: variable 'IN_BOOK_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:1918:13: warning: variable 'MUST_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:1919:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/AnimationRender.cpp:2615:20: warning: variable 'tilelights' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:75:14: warning: variable 'Camera' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:76:12: warning: variable 'LargeurRender' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:76:27: warning: variable 'HauteurRender' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:78:16: warning: variable 'AllTLVertex' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:80:14: warning: variable 'DreamTable' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:82:7: warning: variable 'KeyTemp' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:84:13: warning: variable 'FlashBlancEnCours' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:85:14: warning: variable 'OldSpeedFlashBlanc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:86:12: warning: variable 'OldColorFlashBlanc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:88:14: warning: variable 'FlashAlpha' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:89:14: warning: variable 'SpecialFadeDx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:90:13: warning: variable 'DANAESIZX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:91:13: warning: variable 'DANAESIZY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:253:14: warning: variable 'LightRND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:281:14: warning: variable 'LocalPos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:282:14: warning: variable 'LocalSin' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Cinematic.cpp:282:24: warning: variable 'LocalCos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/CinematicKeyframer.cpp:62:18: warning: variable 'CKTrack' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/CinematicKeyframer.cpp:62:18: warning: variable 'CKTrack' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:71:14: warning: variable 'PROGRESS_BAR_TOTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:72:14: warning: variable 'PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:73:14: warning: variable 'OLD_PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:75:27: warning: variable 'FISHTANK_img' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:75:27: warning: variable 'FISHTANK_img' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:76:27: warning: variable 'ARKANE_img' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:76:27: warning: variable 'ARKANE_img' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:145:13: warning: variable 'lastloadednum' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:146:27: warning: variable 'tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:146:27: warning: variable 'tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:147:27: warning: variable 'pbar' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:147:27: warning: variable 'pbar' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:148:13: warning: variable 'nopbar' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/animation/Intro.cpp:149:13: warning: variable 'lastnum' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/Audio.cpp:73:15: warning: variable 'mutex' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/Audio.cpp:73:15: warning: variable 'mutex' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:56:11: warning: variable 'backend' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:56:11: warning: variable 'backend' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:59:11: warning: variable 'sample_path' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:60:11: warning: variable 'ambiance_path' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:61:11: warning: variable 'environment_path' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:62:8: warning: variable 'stream_limit_bytes' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:63:8: warning: variable 'session_time' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:66:21: warning: variable '_mixer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:67:22: warning: variable '_sample' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:68:24: warning: variable '_amb' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.cpp:69:27: warning: variable '_env' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:68:18: warning: variable 'backend' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:68:18: warning: variable 'backend' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:71:18: warning: variable 'sample_path' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:72:18: warning: variable 'ambiance_path' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:73:18: warning: variable 'environment_path' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:74:15: warning: variable 'stream_limit_bytes' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:75:15: warning: variable 'session_time' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:78:28: warning: variable '_mixer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:79:29: warning: variable '_sample' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:80:31: warning: variable '_amb' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/AudioGlobal.h:81:34: warning: variable '_env' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/openal/OpenALSource.cpp:46:15: warning: variable 'nbsources' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/audio/openal/OpenALSource.cpp:47:15: warning: variable 'nbbuffers' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.cpp:79:6: warning: variable 'EERIEMouseButton' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.cpp:80:6: warning: variable 'EERIEMouseGrab' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.cpp:82:15: warning: variable 'mainApp' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.cpp:82:15: warning: variable 'mainApp' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.cpp:83:7: warning: variable 'FPS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.cpp:84:11: warning: variable 'ModeLight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.cpp:85:15: warning: variable 'ViewMode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.cpp:87:12: warning: variable 'iCurrZBias' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.h:90:16: warning: variable 'Project' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.h:91:14: warning: variable 'FPS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.h:92:18: warning: variable 'ModeLight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.h:94:22: warning: variable 'ViewMode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.h:96:13: warning: variable 'EERIEMouseButton' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.h:96:31: warning: variable 'EERIEMouseGrab' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.h:157:22: warning: variable 'mainApp' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Application.h:157:22: warning: variable 'mainApp' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:137:13: warning: variable 'showFPS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:141:13: warning: variable 'PLAY_LOADED_CINEMATIC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:142:13: warning: variable 'START_NEW_QUEST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:143:13: warning: variable 'CHANGE_LEVEL_ICON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:144:13: warning: variable 'REFUSE_GAME_RETURN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:145:13: warning: variable 'PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:146:13: warning: variable 'TRUE_PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:147:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:148:13: warning: variable 'PLAYER_PARALYSED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:149:13: warning: variable 'STOP_KEYBOARD_INPUT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:150:13: warning: variable 'USEINTERNORM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:151:13: warning: variable 'cur_mr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:152:13: warning: variable 'cur_rf' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:153:13: warning: variable 'STRIKE_TIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:154:13: warning: variable 'DeadTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:155:13: warning: variable 'TRANSPOLYSPOS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:156:13: warning: variable 'FORCE_FRONT_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:157:13: warning: variable 'LAST_ROOM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:158:13: warning: variable 'LAST_PORTALS_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:159:12: warning: variable 'iTimeToDrawD7' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:160:13: warning: variable 'LaunchDemo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:162:14: warning: variable 'uw_mode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:164:13: warning: variable 'CURRENT_BASE_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:165:14: warning: variable 'BOW_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:167:14: warning: variable 'GLOBAL_SLOWDOWN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:168:14: warning: variable 'sp_max_start' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:169:14: warning: variable 'LAST_FADEVALUE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:171:14: warning: variable 'PROGRESS_BAR_TOTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:172:14: warning: variable 'PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:173:14: warning: variable 'OLD_PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:175:13: warning: variable 'bOLD_CLIPP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:180:19: warning: variable 'ControlCinematique' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:180:19: warning: variable 'ControlCinematique' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:181:21: warning: variable 'eyeballobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:181:21: warning: variable 'eyeballobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:182:22: warning: variable 'arrowobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:182:22: warning: variable 'arrowobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:183:27: warning: variable 'Movable' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:183:27: warning: variable 'Movable' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:184:27: warning: variable 'tflare' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:184:27: warning: variable 'tflare' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:185:17: warning: variable 'FlyingOverIO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:185:17: warning: variable 'FlyingOverIO' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:186:26: warning: variable 'eMouseState' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:187:14: warning: variable 'LastValidPlayerPos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:188:14: warning: variable 'ulBKGColor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:189:21: warning: variable 'conversationcamera' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:190:26: warning: variable 'pParticleManager' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:190:26: warning: variable 'pParticleManager' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:191:47: warning: variable 'pDynamicVertexBuffer_TLVERTEX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:191:47: warning: variable 'pDynamicVertexBuffer_TLVERTEX' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:192:44: warning: variable 'pDynamicVertexBuffer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:192:44: warning: variable 'pDynamicVertexBuffer' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:193:21: warning: variable 'pMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:193:21: warning: variable 'pMenu' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:195:20: warning: variable 'ProjectionMatrix' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:197:20: warning: variable 'ChangeLevel' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:197:20: warning: variable 'ChangeLevel' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:198:20: warning: variable 'Movable' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:198:20: warning: variable 'Movable' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:200:6: warning: variable 'WILL_QUICKLOAD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:201:6: warning: variable 'WILL_QUICKSAVE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:202:6: warning: variable 'NEED_SPECIAL_RENDEREND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:203:6: warning: variable 'BOOKBUTTON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:204:6: warning: variable 'LASTBOOKBUTTON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:205:6: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:206:6: warning: variable 'ARX_CONVERSATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:207:6: warning: variable 'ARX_CONVERSATION_MODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:208:6: warning: variable 'ARX_CONVERSATION_LASTIS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:209:13: warning: variable 'LAST_CONVERSATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:210:6: warning: variable 'SHOW_INGAME_MINIMAP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:211:6: warning: variable 'NEED_TEST_TEXT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:212:22: warning: variable 'FRAMETICKS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:214:7: warning: variable 'PLAYER_ARMS_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:215:7: warning: variable 'currentbeta' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:217:15: warning: variable 'ARX_FLARES_Block' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:219:7: warning: variable 'LASTCAMPOS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:220:8: warning: variable 'LASTCAMANGLE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:221:10: warning: variable 'CAMERACONTROLLER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:221:10: warning: variable 'CAMERACONTROLLER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:222:9: warning: variable 'lastCAMERACONTROLLER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:222:9: warning: variable 'lastCAMERACONTROLLER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/ArxGame.cpp:428:21: warning: variable 'default_paks' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Config.cpp:86:11: warning: variable 'actions' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Config.cpp:296:8: warning: variable 'config' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Config.h:200:15: warning: variable 'config' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:156:7: warning: variable 'savegame_thumbnail' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:163:21: warning: variable 'pTextManage' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:163:21: warning: variable 'pTextManage' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:164:14: warning: variable 'FORCE_TIME_RESTORE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:165:21: warning: variable 'pMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:165:21: warning: variable 'pMenu' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:166:17: warning: variable 'CURRENT_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:166:17: warning: variable 'CURRENT_TORCH' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:167:22: warning: variable 'fogobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:167:22: warning: variable 'fogobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:168:14: warning: variable 'InventoryX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:169:14: warning: variable 'PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:170:14: warning: variable 'PROGRESS_BAR_TOTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:171:14: warning: variable 'vdist' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:172:14: warning: variable 'FistParticles' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:173:14: warning: variable 'INTER_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:174:14: warning: variable 'DONT_WANT_PLAYER_INZONE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:175:14: warning: variable 'TOTPDL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:176:14: warning: variable 'COLLIDED_CLIMB_POLY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:177:13: warning: variable 'LastSelectedIONum' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:178:14: warning: variable 'ARXTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:179:14: warning: variable 'ARXOldTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:180:14: warning: variable 'REFUSE_GAME_RETURN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:181:14: warning: variable 'PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:182:14: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:183:13: warning: variable 'bFadeInOut' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:184:14: warning: variable 'bFade' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:185:14: warning: variable 'OLD_PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:190:22: warning: variable 'ssol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:190:22: warning: variable 'ssol' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:191:13: warning: variable 'ssol_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:192:22: warning: variable 'slight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:192:22: warning: variable 'slight' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:193:13: warning: variable 'slight_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:194:22: warning: variable 'srune' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:194:22: warning: variable 'srune' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:195:13: warning: variable 'srune_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:196:22: warning: variable 'smotte' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:196:22: warning: variable 'smotte' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:197:13: warning: variable 'smotte_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:198:22: warning: variable 'stite' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:198:22: warning: variable 'stite' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:199:13: warning: variable 'stite_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:200:22: warning: variable 'smissile' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:200:22: warning: variable 'smissile' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:201:13: warning: variable 'smissile_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:202:22: warning: variable 'spapi' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:202:22: warning: variable 'spapi' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:203:13: warning: variable 'spapi_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:204:22: warning: variable 'svoodoo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:204:22: warning: variable 'svoodoo' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:205:13: warning: variable 'svoodoo_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:209:9: warning: variable 'Project' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:212:7: warning: variable 'PUSH_PLAYER_FORCE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:213:14: warning: variable 'ControlCinematique' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:213:14: warning: variable 'ControlCinematique' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:214:18: warning: variable 'pParticleManager' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:214:18: warning: variable 'pParticleManager' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:215:27: warning: variable 'ombrignon' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:215:27: warning: variable 'ombrignon' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:216:28: warning: variable 'Flying_Eye' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:216:28: warning: variable 'Flying_Eye' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:217:20: warning: variable 'scursor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:218:20: warning: variable 'pTCCrossHair' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:218:20: warning: variable 'pTCCrossHair' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:219:20: warning: variable 'iconequip' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:220:20: warning: variable 'GoldCoinsTC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:221:20: warning: variable 'explo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:222:20: warning: variable 'blood_splat' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:222:20: warning: variable 'blood_splat' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:224:20: warning: variable 'tflare' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:224:20: warning: variable 'tflare' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:225:27: warning: variable 'npc_fight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:225:27: warning: variable 'npc_fight' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:226:27: warning: variable 'npc_follow' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:226:27: warning: variable 'npc_follow' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:227:27: warning: variable 'npc_stop' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:227:27: warning: variable 'npc_stop' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:228:20: warning: variable 'sphere_particle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:228:20: warning: variable 'sphere_particle' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:229:20: warning: variable 'inventory_font' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:229:20: warning: variable 'inventory_font' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:230:20: warning: variable 'enviro' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:230:20: warning: variable 'enviro' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:231:20: warning: variable 'specular' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:231:20: warning: variable 'specular' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:232:20: warning: variable 'lightsource_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:232:20: warning: variable 'lightsource_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:233:20: warning: variable 'stealth_gauge_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:233:20: warning: variable 'stealth_gauge_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:234:20: warning: variable 'arx_logo_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:234:20: warning: variable 'arx_logo_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:235:20: warning: variable 'TC_fire2' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:235:20: warning: variable 'TC_fire2' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:236:20: warning: variable 'TC_fire' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:236:20: warning: variable 'TC_fire' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:237:20: warning: variable 'TC_smoke' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:237:20: warning: variable 'TC_smoke' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:238:27: warning: variable 'Z_map' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:238:27: warning: variable 'Z_map' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:239:20: warning: variable 'Boom' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:239:20: warning: variable 'Boom' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:241:20: warning: variable 'mecanism_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:241:20: warning: variable 'mecanism_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:242:20: warning: variable 'arrow_left_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:242:20: warning: variable 'arrow_left_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:245:13: warning: variable 'NEED_ANCHORS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:246:22: warning: variable 'mse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:246:22: warning: variable 'mse' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:247:6: warning: variable 'ADDED_IO_NOT_SAVED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:250:12: warning: variable 'spellicons' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:251:6: warning: variable 'bGToggleCombatModeWithKey' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:253:7: warning: variable 'DANAEMouse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:254:7: warning: variable 'moveto' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:255:7: warning: variable 'Mscenepos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:256:7: warning: variable 'lastteleport' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:257:15: warning: variable 'GoldCoinsObj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:258:15: warning: variable 'arrowobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:258:15: warning: variable 'arrowobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:259:15: warning: variable 'cameraobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:259:15: warning: variable 'cameraobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:260:15: warning: variable 'markerobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:260:15: warning: variable 'markerobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:261:15: warning: variable 'nodeobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:261:15: warning: variable 'nodeobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:262:15: warning: variable 'eyeballobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:262:15: warning: variable 'eyeballobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:263:15: warning: variable 'cabal' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:263:15: warning: variable 'cabal' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:264:25: warning: variable 'DefaultBkg' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:265:14: warning: variable 'TCAM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:266:14: warning: variable 'subj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:266:19: warning: variable 'mapcam' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:266:26: warning: variable 'bookcam' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:266:34: warning: variable 'raycam' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:266:41: warning: variable 'conversationcamera' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:268:8: warning: variable 'WILLADDSPEECH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:270:7: warning: variable 'STARTDRAG' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:271:10: warning: variable 'COMBINE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:271:10: warning: variable 'COMBINE' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:273:17: warning: variable 'QuakeFx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:274:8: warning: variable 'LAST_FAILED_SEQUENCE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:276:6: warning: variable 'TELEPORT_TO_LEVEL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:277:6: warning: variable 'TELEPORT_TO_POSITION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:278:6: warning: variable 'TELEPORT_TO_ANGLE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:280:13: warning: variable 'WILL_LAUNCH_CINE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:281:11: warning: variable 'LastLoadedScene' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:282:20: warning: variable 'LAST_LAUNCHED_CINE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:283:7: warning: variable 'BASE_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:284:7: warning: variable 'STRIKE_AIMTIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:285:7: warning: variable 'SLID_VALUE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:286:7: warning: variable 'framedelay' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:288:14: warning: variable 'LASTfps2' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:289:14: warning: variable 'fps2' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:290:14: warning: variable 'fps2min' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:291:13: warning: variable 'LASTfpscount' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:293:6: warning: variable 'LOAD_N_DONT_ERASE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:294:6: warning: variable 'NO_TIME_INIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:295:6: warning: variable 'DANAESIZX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:296:6: warning: variable 'DANAESIZY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:297:6: warning: variable 'DANAECENTERX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:298:6: warning: variable 'DANAECENTERY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:299:6: warning: variable 'CurrFightPos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:300:6: warning: variable 'NO_PLAYER_POSITION_RESET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:301:6: warning: variable 'CURRENT_BASE_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:302:6: warning: variable 'CINE_PRELOAD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:303:6: warning: variable 'PLAY_LOADED_CINEMATIC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:304:7: warning: variable 'BOW_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:305:6: warning: variable 'PlayerWeaponBlocked' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:306:6: warning: variable 'SHOW_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:307:7: warning: variable 'FrameDiff' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:308:7: warning: variable 'GLOBAL_LIGHT_FACTOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:310:6: warning: variable 'USE_LIGHT_OPTIM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:311:6: warning: variable 'STRIKE_TIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:312:6: warning: variable 'STOP_KEYBOARD_INPUT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:313:6: warning: variable 'REQUEST_SPEECH_SKIP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:314:6: warning: variable 'CURRENTLEVEL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:315:6: warning: variable 'DONT_ERASE_PLAYER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:316:14: warning: variable 'LastFrameTicks' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:317:6: warning: variable 'SPLASH_THINGS_STAGE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:318:6: warning: variable 'STARTED_A_GAME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:319:6: warning: variable 'FASTmse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:325:6: warning: variable 'LOADEDD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:332:6: warning: variable 'CHANGE_LEVEL_ICON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:334:6: warning: variable 'ARX_MOUSE_OVER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:338:6: warning: variable 'LaunchDemo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:339:6: warning: variable 'FirstFrame' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:340:15: warning: variable 'WILLADDSPEECHTIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:341:15: warning: variable 'AimTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:342:22: warning: variable 'SPLASH_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:344:9: warning: variable 'FADECOLOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:346:6: warning: variable 'START_NEW_QUEST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:347:13: warning: variable 'LAST_WEAPON_TYPE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:348:6: warning: variable 'FADEDURATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:349:6: warning: variable 'FADEDIR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:350:15: warning: variable 'FADESTART' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:352:7: warning: variable 'Original_framedelay' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:354:7: warning: variable 'PULSATE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:355:6: warning: variable 'EXITING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:357:6: warning: variable 'USE_PORTALS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:359:7: warning: variable 'ePos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:360:23: warning: variable 'ACTIVECAM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:360:23: warning: variable 'ACTIVECAM' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:362:17: warning: variable 'Kam' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:362:17: warning: variable 'Kam' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:1523:13: warning: variable 'sp_max' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:1623:22: warning: variable 'LAST_JUMP_ENDTIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:1719:6: warning: variable 'NO_GMOD_RESET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:1789:7: warning: variable 'LastValidPlayerPos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:1790:7: warning: variable 'WILL_RESTORE_PLAYER_POSITION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:1791:6: warning: variable 'WILL_RESTORE_PLAYER_POSITION_FLAG' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:2092:7: warning: variable 'GLOBAL_SLOWDOWN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:2868:7: warning: variable 'LAST_FADEVALUE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:2901:13: warning: variable 'cur_mr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:2902:27: warning: variable 'Mr_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:2902:27: warning: variable 'Mr_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:2928:7: warning: variable 'MagicSightFader' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:3362:14: warning: variable 'CURRENT_PLAYER_COLOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:3364:6: warning: variable 'TSU_TEST_NB' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.cpp:3365:6: warning: variable 'TSU_TEST_NB_LIGHT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:66:16: warning: variable 'FADECOLOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:67:27: warning: variable 'TC_fire2' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:67:27: warning: variable 'TC_fire2' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:68:27: warning: variable 'TC_fire' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:68:27: warning: variable 'TC_fire' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:69:27: warning: variable 'TC_smoke' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:69:27: warning: variable 'TC_smoke' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:70:27: warning: variable 'GoldCoinsTC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:71:22: warning: variable 'cabal' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:71:22: warning: variable 'cabal' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:72:22: warning: variable 'cameraobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:72:22: warning: variable 'cameraobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:73:22: warning: variable 'markerobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:73:22: warning: variable 'markerobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:74:14: warning: variable 'lastteleport' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:75:21: warning: variable 'bookcam' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:76:14: warning: variable 'DANAEMouse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:77:21: warning: variable 'subj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:77:27: warning: variable 'mapcam' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:78:14: warning: variable 'moveto' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:79:14: warning: variable 'STARTDRAG' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:80:22: warning: variable 'GoldCoinsObj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:81:22: warning: variable 'nodeobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:81:22: warning: variable 'nodeobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:82:14: warning: variable 'Mscenepos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:84:29: warning: variable 'mse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:84:29: warning: variable 'mse' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:85:13: warning: variable 'ADDED_IO_NOT_SAVED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:87:23: warning: variable 'Kam' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:87:23: warning: variable 'Kam' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:88:17: warning: variable 'COMBINE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:88:17: warning: variable 'COMBINE' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:89:18: warning: variable 'LastLoadedScene' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:90:13: warning: variable 'TELEPORT_TO_LEVEL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:91:13: warning: variable 'TELEPORT_TO_POSITION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:92:14: warning: variable 'PULSATE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:93:14: warning: variable 'framedelay' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:94:14: warning: variable 'BASE_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:96:14: warning: variable 'Xratio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:97:14: warning: variable 'Yratio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:101:13: warning: variable 'FADEDURATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:102:13: warning: variable 'FADEDIR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:103:14: warning: variable 'FrameDiff' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:104:13: warning: variable 'FirstFrame' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:112:13: warning: variable 'SHOW_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:113:13: warning: variable 'CURRENTLEVEL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:114:13: warning: variable 'TELEPORT_TO_ANGLE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:115:13: warning: variable 'DANAESIZX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:116:13: warning: variable 'DANAESIZY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:117:13: warning: variable 'DANAECENTERX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:118:13: warning: variable 'DANAECENTERY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:119:22: warning: variable 'FADESTART' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:120:22: warning: variable 'AimTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:123:14: warning: variable 'savegame_thumbnail' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:125:14: warning: variable 'Original_framedelay' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:126:13: warning: variable 'LOADEDD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:127:20: warning: variable 'WILL_LAUNCH_CINE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:128:13: warning: variable 'PLAY_LOADED_CINEMATIC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:129:13: warning: variable 'CINE_PRELOAD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Core.h:138:24: warning: variable 'QuakeFx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/GameTime.cpp:51:11: warning: variable 'arxtime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/GameTime.h:178:18: warning: variable 'arxtime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/Localisation.cpp:43:11: warning: variable 'localisation' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/SaveGame.cpp:54:14: warning: variable 'savegames' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/core/SaveGame.h:99:21: warning: variable 'savegames' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:99:13: warning: variable 'REFUSE_GAME_RETURN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:101:13: warning: variable 'damages' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:102:14: warning: variable 'PUSH_PLAYER_FORCE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:104:7: warning: variable 'Blood_Pos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:105:6: warning: variable 'Blood_Duration' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:477:17: warning: variable 'FlyingOverIO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:477:17: warning: variable 'FlyingOverIO' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:478:29: warning: variable 'MasterCamera' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:749:13: warning: variable 'bHitFlash' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:750:14: warning: variable 'fHitFlash' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.cpp:751:22: warning: variable 'ulHitFlash' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Damage.h:120:20: warning: variable 'damages' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Entity.cpp:70:17: warning: variable 'pIOChangeWeapon' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Entity.cpp:70:17: warning: variable 'pIOChangeWeapon' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/EntityManager.cpp:52:15: warning: variable 'entities' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/EntityManager.h:84:22: warning: variable 'entities' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Equipment.cpp:106:14: warning: variable 'PUSH_PLAYER_FORCE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Equipment.cpp:107:13: warning: variable 'HERO_SHOW_1ST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Equipment.cpp:108:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Equipment.cpp:110:22: warning: variable 'arrowobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Equipment.cpp:110:22: warning: variable 'arrowobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Equipment.cpp:112:12: warning: variable 'equipinfo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Equipment.cpp:187:13: warning: variable 'EXITING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Equipment.cpp:1097:6: warning: variable 'bRing' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:93:26: warning: variable 'eMouseState' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:94:14: warning: variable 'InventoryX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:95:14: warning: variable 'InventoryDir' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:96:13: warning: variable 'PLAYER_INTERFACE_HIDE_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:97:13: warning: variable 'DRAGGING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:99:13: warning: variable 'TRUE_PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:107:16: warning: variable 'inventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:108:18: warning: variable 'SecondaryInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:108:18: warning: variable 'SecondaryInventory' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:109:10: warning: variable 'DRAGINTER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:109:10: warning: variable 'DRAGINTER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:110:10: warning: variable 'ioSteal' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:110:10: warning: variable 'ioSteal' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:111:6: warning: variable 'InventoryY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:112:13: warning: variable 'HERO_OR_SECONDARY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:113:7: warning: variable 'sActiveInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:116:7: warning: variable 'sInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:117:7: warning: variable 'sInventoryX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:118:7: warning: variable 'sInventoryY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:174:14: warning: variable 'DANAEMouse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:175:13: warning: variable 'DANAESIZX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:176:13: warning: variable 'DANAESIZY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:177:13: warning: variable 'DANAECENTERX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:178:13: warning: variable 'DANAECENTERY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:777:17: warning: variable 'playerInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.cpp:2195:13: warning: variable 'bInventoryClosing' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:72:23: warning: variable 'inventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:74:25: warning: variable 'SecondaryInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:74:25: warning: variable 'SecondaryInventory' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:75:25: warning: variable 'TSecondaryInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:75:25: warning: variable 'TSecondaryInventory' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:76:17: warning: variable 'DRAGINTER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:76:17: warning: variable 'DRAGINTER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:77:17: warning: variable 'ioSteal' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:77:17: warning: variable 'ioSteal' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:78:13: warning: variable 'InventoryY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Inventory.h:160:24: warning: variable 'playerInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Missile.cpp:86:20: warning: variable 'missiles' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:848:13: warning: variable 'CUR_COLLISION_MATERIAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:849:17: warning: variable 'PHYSICS_CURIO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:849:17: warning: variable 'PHYSICS_CURIO' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:1028:14: warning: variable 'MAX_ALLOWED_PER_SECOND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:1361:17: warning: variable 'EVENT_SENDER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:1361:17: warning: variable 'EVENT_SENDER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:1900:14: warning: variable 'STRIKE_AIMTIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:2707:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:3622:14: warning: variable 'CURRENT_PLAYER_COLOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:3750:14: warning: variable 'CURRENT_PLAYER_COLOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:3776:13: warning: variable 'GLOBAL_Player_Room' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:3953:17: warning: variable 'CURRENT_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:3953:17: warning: variable 'CURRENT_TORCH' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:4218:27: warning: variable 'ACTIVEBKG' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/NPC.cpp:4218:27: warning: variable 'ACTIVEBKG' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:115:14: warning: variable 'ARX_CONVERSATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:116:14: warning: variable 'HERO_SHOW_1ST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:117:14: warning: variable 'REQUEST_SPEECH_SKIP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:118:14: warning: variable 'CHANGE_LEVEL_ICON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:119:14: warning: variable 'DONT_ERASE_PLAYER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:120:14: warning: variable 'GLOBAL_MAGIC_MODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:121:24: warning: variable 'QuakeFx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:122:17: warning: variable 'CURRENT_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:122:17: warning: variable 'CURRENT_TORCH' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:123:17: warning: variable 'CAMERACONTROLLER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:123:17: warning: variable 'CAMERACONTROLLER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:124:26: warning: variable 'pParticleManager' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:124:26: warning: variable 'pParticleManager' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:126:22: warning: variable 'LAST_JUMP_ENDTIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:133:14: warning: variable 'PUSH_PLAYER_FORCE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:134:13: warning: variable 'bBookHalo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:135:13: warning: variable 'bGoldHalo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:136:14: warning: variable 'InventoryX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:137:14: warning: variable 'InventoryDir' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:138:13: warning: variable 'COLLIDED_CLIMB_POLY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:139:13: warning: variable 'HERO_SHOW_1ST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:140:13: warning: variable 'STARTED_A_GAME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:141:13: warning: variable 'TRUE_PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:142:22: warning: variable 'ulBookHaloTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:143:22: warning: variable 'ulGoldHaloTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:144:13: warning: variable 'cur_rf' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:148:14: warning: variable 'player' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:149:15: warning: variable 'hero' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:149:15: warning: variable 'hero' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:150:7: warning: variable 'currentdistance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:151:7: warning: variable 'CURRENT_PLAYER_COLOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:152:7: warning: variable 'DeadCameraDistance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:153:7: warning: variable 'PLAYER_ROTATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:155:6: warning: variable 'USE_PLAYERCOLLISIONS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:156:6: warning: variable 'BLOCK_PLAYER_CONTROLS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:157:6: warning: variable 'WILLRETURNTOCOMBATMODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:158:6: warning: variable 'DeadTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:159:22: warning: variable 'LastHungerSample' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:160:22: warning: variable 'ROTATE_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:161:6: warning: variable 'sp_max' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:164:15: warning: variable 'herowaitbook' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:164:15: warning: variable 'herowaitbook' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:165:15: warning: variable 'herowait_2h' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:165:15: warning: variable 'herowait_2h' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:167:14: warning: variable 'necklace' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:169:22: warning: variable 'Keyring' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:170:10: warning: variable 'CURRENT_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:170:10: warning: variable 'CURRENT_TORCH' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:172:22: warning: variable 'FALLING_TIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:174:22: warning: variable 'PlayerQuest' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:175:6: warning: variable 'FistParticles' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:691:13: warning: variable 'cur_mr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:692:13: warning: variable 'SPECIAL_PNUX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1034:6: warning: variable 'SKIN_MOD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1035:6: warning: variable 'QUICK_MOD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1342:6: warning: variable 'PLAYER_PARALYSED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1428:20: warning: variable 'PLAYER_SKIN_TC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1428:20: warning: variable 'PLAYER_SKIN_TC' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1565:7: warning: variable 'Falling_Height' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1606:7: warning: variable 'LASTPLAYERA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1607:13: warning: variable 'ON_PLATFORM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1608:6: warning: variable 'LAST_ON_PLATFORM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1609:13: warning: variable 'MOVE_PRECEDENCE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:1610:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2254:14: warning: variable 'PLAYER_ARMS_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2255:13: warning: variable 'CURRENT_BASE_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2256:13: warning: variable 'TRAP_DETECT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2257:13: warning: variable 'TRAP_SECRET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2379:13: warning: variable 'bGCroucheToggle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2380:14: warning: variable 'MAX_ALLOWED_PER_SECOND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2382:13: warning: variable 'LAST_FIRM_GROUND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2383:13: warning: variable 'TRUE_FIRM_GROUND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2384:7: warning: variable 'lastposy' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2385:15: warning: variable 'REQUEST_JUMP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2386:14: warning: variable 'GLOBAL_SLOWDOWN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2387:14: warning: variable 'Original_framedelay' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:2389:15: warning: variable 'LAST_JUMP_ENDTIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3173:22: warning: variable 'LAST_PRECAST_TIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3174:13: warning: variable 'sp_wep' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3175:13: warning: variable 'WILL_QUICKLOAD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3175:29: warning: variable 'WILL_QUICKSAVE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3176:13: warning: variable 'GLOBAL_Player_Room' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3177:13: warning: variable 'cur_mx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3177:21: warning: variable 'cur_pom' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3178:13: warning: variable 'sp_arm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3178:21: warning: variable 'cur_arm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3179:14: warning: variable 'sp_max_start' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3188:17: warning: variable 'FlyingOverIO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3188:17: warning: variable 'FlyingOverIO' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3189:13: warning: variable 'cur_sm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3424:7: warning: variable 'sp_max_y' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3425:7: warning: variable 'sp_max_col' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3426:6: warning: variable 'sp_max_ch' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.cpp:3427:6: warning: variable 'sp_max_nb' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:306:21: warning: variable 'player' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:307:21: warning: variable 'necklace' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:308:22: warning: variable 'hero' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:308:22: warning: variable 'hero' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:309:22: warning: variable 'herowaitbook' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:309:22: warning: variable 'herowaitbook' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:310:22: warning: variable 'herowait_2h' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:310:22: warning: variable 'herowait_2h' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:311:34: warning: variable 'PlayerQuest' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:312:34: warning: variable 'Keyring' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:314:14: warning: variable 'DeadCameraDistance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:315:13: warning: variable 'BLOCK_PLAYER_CONTROLS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:316:13: warning: variable 'USE_PLAYERCOLLISIONS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Player.h:317:13: warning: variable 'WILLRETURNTOCOMBATMODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:128:13: warning: variable 'TRUE_PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:129:6: warning: variable 'passwall' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:130:6: warning: variable 'WILLRETURNTOFREELOOK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:131:6: warning: variable 'GLOBAL_MAGIC_MODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:132:6: warning: variable 'bPrecastSpell' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:133:20: warning: variable 'LAST_FAILED_SEQUENCE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:145:6: warning: variable 'sp_arm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:146:6: warning: variable 'cur_arm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:147:6: warning: variable 'cur_sos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:160:13: warning: variable 'FistParticles' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:161:13: warning: variable 'sp_max' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:162:7: warning: variable 'uw_mode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:163:14: warning: variable 'uw_mode_pos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:164:13: warning: variable 'MAGICMODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:165:17: warning: variable 'CURRENT_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:165:17: warning: variable 'CURRENT_TORCH' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:166:14: warning: variable 'GLOBAL_SLOWDOWN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:168:14: warning: variable 'sp_max_y' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:169:14: warning: variable 'sp_max_col' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:170:13: warning: variable 'sp_max_ch' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:171:13: warning: variable 'sp_max_nb' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:172:6: warning: variable 'cur_mega' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:173:7: warning: variable 'sp_max_start' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:174:6: warning: variable 'sp_wep' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:176:13: warning: variable 'bRenderInCursorMode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:178:6: warning: variable 'bOldLookToggle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:179:14: warning: variable 'SLID_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:181:6: warning: variable 'BH_MODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:208:13: warning: variable 'bGToggleCombatModeWithKey' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:214:7: warning: variable 'spells' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:215:7: warning: variable 'ARX_FLARES_broken' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:216:6: warning: variable 'CurrPoint' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:217:6: warning: variable 'cur_mx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:218:6: warning: variable 'cur_pnux' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:219:6: warning: variable 'cur_pom' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:220:6: warning: variable 'cur_rf' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:221:6: warning: variable 'cur_mr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:222:6: warning: variable 'cur_sm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:223:6: warning: variable 'cur_bh' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:225:14: warning: variable 'LASTTELEPORT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:226:6: warning: variable 'snip' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:227:14: warning: variable 'Lm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:230:14: warning: variable 'plist' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:231:20: warning: variable 'SpellMoves' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:232:6: warning: variable 'SpellSymbol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:233:8: warning: variable 'CurrSpellSymbol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:235:13: warning: variable 'lMaxSymbolDrawSizeX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:236:13: warning: variable 'lMaxSymbolDrawSizeY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:238:15: warning: variable 'ucFlick' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:2041:24: warning: variable 'definedSpells' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:2043:19: warning: variable 'spellNames' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:2217:13: warning: variable 'PLAYER_PARALYSED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:2750:16: warning: variable 'Precast' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:2784:15: warning: variable 'LAST_PRECAST_TIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:2883:24: warning: variable 't_spell' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:2885:6: warning: variable 'LOOKING_FOR_SPELL_TARGET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:2886:15: warning: variable 'LOOKING_FOR_SPELL_TARGET_TIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:5643:13: warning: variable 'eyeball' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:5645:8: warning: variable 'cabalangle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:5646:7: warning: variable 'cabalpos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:5647:7: warning: variable 'cabalscale' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:5648:9: warning: variable 'cabalcolor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.cpp:7622:6: warning: variable 'SPECIAL_PNUX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.h:193:23: warning: variable 'Precast' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.h:210:20: warning: variable 'eyeball' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.h:213:13: warning: variable 'SpellSymbol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.h:214:15: warning: variable 'CurrSpellSymbol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.h:253:14: warning: variable 'spells' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/game/Spells.h:255:13: warning: variable 'CurrPoint' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:57:20: warning: variable 'EERIE_DRAW_sphere_particle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:57:20: warning: variable 'EERIE_DRAW_sphere_particle' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:59:6: warning: variable 'ZMAPMODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:60:20: warning: variable 'Zmap' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:60:20: warning: variable 'Zmap' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:61:7: warning: variable 'SPRmins' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:62:7: warning: variable 'SPRmaxs' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:64:27: warning: variable 'enviro' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:64:27: warning: variable 'enviro' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:245:40: warning: variable 'pDynamicVertexBuffer_TLVERTEX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.cpp:245:40: warning: variable 'pDynamicVertexBuffer_TLVERTEX' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.h:55:14: warning: variable 'SPRmins' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.h:56:14: warning: variable 'SPRmaxs' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.h:88:27: warning: variable 'EERIE_DRAW_sphere_particle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Draw.h:88:27: warning: variable 'EERIE_DRAW_sphere_particle' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/GraphicsModes.cpp:58:13: warning: variable 'current' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/GraphicsModes.cpp:59:13: warning: variable 'desired' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/GraphicsModes.cpp:60:13: warning: variable 'stacked' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/GraphicsModes.cpp:66:7: warning: variable 'ulBKGColor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/GraphicsModes.h:66:20: warning: variable 'current' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/GraphicsModes.h:67:20: warning: variable 'desired' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/GraphicsTypes.h:653:13: warning: variable 'USE_PORTALS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/GraphicsTypes.h:654:28: warning: variable 'portals' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/GraphicsTypes.h:654:28: warning: variable 'portals' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Renderer.cpp:28:12: warning: variable 'GRenderer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Renderer.cpp:28:12: warning: variable 'GRenderer' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Renderer.h:207:19: warning: variable 'GRenderer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/Renderer.h:207:19: warning: variable 'GRenderer' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/FTL.cpp:369:28: warning: variable 'meshCache' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:103:7: warning: variable 'Xratio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:104:7: warning: variable 'Yratio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:109:13: warning: variable 'ProjectionMatrix' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:732:20: warning: variable 'ACTIVEBKG' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:732:20: warning: variable 'ACTIVEBKG' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:737:16: warning: variable 'ACTIVECAM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:737:16: warning: variable 'ACTIVECAM' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:958:14: warning: variable 'GLOBAL_LIGHT_FACTOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:1087:6: warning: variable 'EERIEDrawnPolys' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:1195:21: warning: variable 'raycam' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:1623:18: warning: variable 'RoomDistance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:1623:18: warning: variable 'RoomDistance' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:1624:13: warning: variable 'NbRoomDistance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:2405:7: warning: variable 'BBOXMIN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:2405:16: warning: variable 'BBOXMAX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:2456:14: warning: variable 'PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.cpp:3086:6: warning: variable 'NEED_ANCHORS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:203:13: warning: variable 'EERIEDrawnPolys' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:204:14: warning: variable 'BBOXMIN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:204:22: warning: variable 'BBOXMAX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:205:27: warning: variable 'ACTIVEBKG' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:205:27: warning: variable 'ACTIVEBKG' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:206:23: warning: variable 'ACTIVECAM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:206:23: warning: variable 'ACTIVECAM' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:208:14: warning: variable 'Xratio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:209:14: warning: variable 'Yratio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:423:25: warning: variable 'RoomDistance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/Mesh.h:423:25: warning: variable 'RoomDistance' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/TextureContainer.cpp:71:6: warning: variable 'GLOBAL_EERIETEXTUREFLAG_LOADSCENE_RELEASE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/TextureContainer.cpp:80:27: warning: variable 'g_ptcTextureList' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/TextureContainer.cpp:80:27: warning: variable 'g_ptcTextureList' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/data/TextureContainer.h:76:13: warning: variable 'GLOBAL_EERIETEXTUREFLAG_LOADSCENE_RELEASE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:58:21: warning: variable 'Camera' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:62:8: warning: variable 'SpecialFadeDx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:63:8: warning: variable 'FlashAlpha' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:64:7: warning: variable 'TotOldPos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:65:14: warning: variable 'OldPos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:66:14: warning: variable 'OldAz' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:117:14: warning: variable 'LastTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:392:7: warning: variable 'DreamAng' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:392:17: warning: variable 'DreamAng2' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/CinematicEffects.cpp:393:7: warning: variable 'DreamTable' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:69:13: warning: variable 'DANAESIZX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:70:14: warning: variable 'SPRmins' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:71:14: warning: variable 'SPRmaxs' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:72:22: warning: variable 'eyeballobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:72:22: warning: variable 'eyeballobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:73:27: warning: variable 'Boom' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:73:27: warning: variable 'Boom' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:75:10: warning: variable 'polyboom' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:77:14: warning: variable 'ulBKGColor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:306:17: warning: variable 'CAMERACONTROLLER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:306:17: warning: variable 'CAMERACONTROLLER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:307:13: warning: variable 'ARX_CONVERSATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:354:14: warning: variable 'FrameDiff' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:578:13: warning: variable 'TRANSPOLYSPOS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:579:20: warning: variable 'TransPol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:581:27: warning: variable 'enviro' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.cpp:581:27: warning: variable 'enviro' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.h:53:27: warning: variable 'lightsource_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/DrawEffects.h:53:27: warning: variable 'lightsource_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/Fog.cpp:61:15: warning: variable 'fogobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/Fog.cpp:61:15: warning: variable 'fogobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/effects/Fog.cpp:63:9: warning: variable 'fogs' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/font/FontCache.cpp:32:19: warning: variable 'g_FTLibrary' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/opengl/GLVertexBuffer.h:40:27: warning: variable 'glArrayClientState' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/opengl/GLVertexBuffer.h:41:21: warning: variable 'glArrayClientStateRef' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/opengl/GLVertexBuffer.h:42:12: warning: variable 'glArrayClientStateTexCount' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/opengl/GLVertexBuffer.h:137:23: warning: variable 'glShortIndexBuffer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/opengl/GLVertexBuffer.h:138:21: warning: variable 'glIntIndexBuffer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:61:24: warning: variable 'currentTransform' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:227:20: warning: variable 'projection' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:228:20: warning: variable 'view' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:82:14: warning: variable 'ulBKGColor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:100:13: warning: variable 'ParticleCount' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:101:21: warning: variable 'particle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:103:11: warning: variable 'flaretc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:104:10: warning: variable 'flare' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:105:27: warning: variable 'bloodsplat' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:106:20: warning: variable 'water_splat' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:107:27: warning: variable 'water_drop' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:108:27: warning: variable 'smokeparticle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:108:27: warning: variable 'smokeparticle' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:109:27: warning: variable 'bloodsplatter' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:109:27: warning: variable 'bloodsplatter' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:110:27: warning: variable 'healing' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:110:27: warning: variable 'healing' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:111:27: warning: variable 'tzupouf' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:111:27: warning: variable 'tzupouf' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:112:20: warning: variable 'fire2' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:112:20: warning: variable 'fire2' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:114:14: warning: variable 'objfx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:115:8: warning: variable 'BoomCount' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:117:8: warning: variable 'flarenum' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:118:9: warning: variable 'OPIPOrgb' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:119:9: warning: variable 'PIPOrgb' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:120:14: warning: variable 'shinum' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:121:8: warning: variable 'NewSpell' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:585:6: warning: variable 'SPARK_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:701:13: warning: variable 'cur_mr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.cpp:1740:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:192:27: warning: variable 'explo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:193:27: warning: variable 'blood_splat' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:193:27: warning: variable 'blood_splat' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:194:15: warning: variable 'flare' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:195:13: warning: variable 'flarenum' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:196:14: warning: variable 'OPIPOrgb' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:197:14: warning: variable 'PIPOrgb' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:198:13: warning: variable 'BoomCount' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:199:17: warning: variable 'polyboom' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:200:16: warning: variable 'fogs' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:201:27: warning: variable 'fire2' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:201:27: warning: variable 'fire2' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:202:13: warning: variable 'NewSpell' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/particle/ParticleEffects.h:203:16: warning: variable 'flaretc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells01.cpp:72:26: warning: variable 'pParticleManager' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells01.cpp:72:26: warning: variable 'pParticleManager' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells01.cpp:74:13: warning: variable 'cur_mr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:75:26: warning: variable 'pParticleManager' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:75:26: warning: variable 'pParticleManager' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:78:15: warning: variable 'ssol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:78:15: warning: variable 'ssol' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:79:6: warning: variable 'ssol_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:80:15: warning: variable 'slight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:80:15: warning: variable 'slight' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:81:6: warning: variable 'slight_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:82:15: warning: variable 'srune' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:82:15: warning: variable 'srune' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:83:6: warning: variable 'srune_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:84:15: warning: variable 'smotte' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:84:15: warning: variable 'smotte' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:85:6: warning: variable 'smotte_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:86:15: warning: variable 'stite' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:86:15: warning: variable 'stite' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:87:6: warning: variable 'stite_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:88:15: warning: variable 'smissile' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:88:15: warning: variable 'smissile' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:89:6: warning: variable 'smissile_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:90:15: warning: variable 'spapi' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:90:15: warning: variable 'spapi' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:91:6: warning: variable 'spapi_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:92:15: warning: variable 'svoodoo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:92:15: warning: variable 'svoodoo' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:93:6: warning: variable 'svoodoo_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:1138:15: warning: variable 'stone1' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:1138:15: warning: variable 'stone1' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:1139:6: warning: variable 'stone1_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:1140:15: warning: variable 'stone0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:1140:15: warning: variable 'stone0' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.cpp:1141:6: warning: variable 'stone0_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:52:22: warning: variable 'ssol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:52:22: warning: variable 'ssol' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:53:13: warning: variable 'ssol_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:54:22: warning: variable 'slight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:54:22: warning: variable 'slight' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:55:13: warning: variable 'slight_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:56:22: warning: variable 'srune' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:56:22: warning: variable 'srune' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:57:13: warning: variable 'srune_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:58:22: warning: variable 'smotte' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:58:22: warning: variable 'smotte' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:59:13: warning: variable 'smotte_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:60:22: warning: variable 'stone1' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:60:22: warning: variable 'stone1' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:61:13: warning: variable 'stone1_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:62:22: warning: variable 'stone0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:62:22: warning: variable 'stone0' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:63:13: warning: variable 'stone0_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:64:22: warning: variable 'stite' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:64:22: warning: variable 'stite' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:65:13: warning: variable 'stite_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:66:22: warning: variable 'smissile' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:66:22: warning: variable 'smissile' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:67:13: warning: variable 'smissile_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:68:22: warning: variable 'spapi' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:68:22: warning: variable 'spapi' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:69:13: warning: variable 'spapi_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:70:22: warning: variable 'svoodoo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:70:22: warning: variable 'svoodoo' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells05.h:71:13: warning: variable 'svoodoo_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells06.cpp:70:26: warning: variable 'pParticleManager' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells06.cpp:70:26: warning: variable 'pParticleManager' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells07.cpp:264:7: warning: variable 'fTotoro' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/graphics/spells/Spells07.cpp:265:7: warning: variable 'fMySize' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Credits.cpp:66:13: warning: variable 'bFadeInOut' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Credits.cpp:67:13: warning: variable 'bFade' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Credits.cpp:68:12: warning: variable 'iFadeAction' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Credits.cpp:98:28: warning: variable 'CreditsData' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:122:14: warning: variable 'MagicSightFader' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:123:14: warning: variable 'Original_framedelay' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:124:21: warning: variable 'arrowobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:124:21: warning: variable 'arrowobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:128:6: warning: variable 'IN_BOOK_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:129:14: warning: variable 'INVISIBILITY_OVERRIDE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:149:27: warning: variable 'iconequip' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:150:27: warning: variable 'Movable' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:150:27: warning: variable 'Movable' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:151:27: warning: variable 'ChangeLevel' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:151:27: warning: variable 'ChangeLevel' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:152:27: warning: variable 'inventory_font' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:152:27: warning: variable 'inventory_font' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:153:27: warning: variable 'scursor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:154:27: warning: variable 'pTCCrossHair' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:154:27: warning: variable 'pTCCrossHair' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:155:27: warning: variable 'mecanism_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:155:27: warning: variable 'mecanism_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:156:27: warning: variable 'arrow_left_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:156:27: warning: variable 'arrow_left_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:157:23: warning: variable 'LATERDRAWHALO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:158:17: warning: variable 'CURRENT_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:158:17: warning: variable 'CURRENT_TORCH' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:159:21: warning: variable 'speech' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:160:20: warning: variable 'WILLADDSPEECH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:161:14: warning: variable 'PLAYER_ROTATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:162:14: warning: variable 'SLID_VALUE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:164:13: warning: variable 'BOOKBUTTON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:165:13: warning: variable 'LASTBOOKBUTTON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:166:13: warning: variable 'FORCE_NO_HIDE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:167:13: warning: variable 'lSLID_VALUE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:169:13: warning: variable 'CHANGE_LEVEL_ICON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:170:13: warning: variable 'BLOCK_PLAYER_CONTROLS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:171:13: warning: variable 'DeadTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:172:13: warning: variable 'HALOCUR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:173:13: warning: variable 'ALLOW_CHEATS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:174:13: warning: variable 'LOOKING_FOR_SPELL_TARGET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:175:13: warning: variable 'WILLRETURNTOFREELOOK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:176:14: warning: variable 'BOW_FOCAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:177:14: warning: variable 'DANAEMouse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:178:14: warning: variable 'sActiveInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:179:22: warning: variable 'WILLADDSPEECHTIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:180:22: warning: variable 'LOOKING_FOR_SPELL_TARGET_TIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:182:14: warning: variable 'ARXTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:183:14: warning: variable 'ARXOldTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:184:14: warning: variable 'ARXDiffTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:186:13: warning: variable 'bGToggleCombatModeWithKey' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:187:22: warning: variable 'ucFlick' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:189:21: warning: variable 'pTextManageFlyingOver' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:189:21: warning: variable 'pTextManageFlyingOver' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:193:13: warning: variable 'SHOW_INGAME_MINIMAP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:196:20: warning: variable 'BasicInventorySkin' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:196:20: warning: variable 'BasicInventorySkin' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:197:20: warning: variable 'ThrowObject' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:197:20: warning: variable 'ThrowObject' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:198:29: warning: variable 'aiHalo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:198:29: warning: variable 'aiHalo' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:199:19: warning: variable 'eMouseState' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:200:7: warning: variable 'bookclick' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:201:7: warning: variable 'MemoMouse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:203:18: warning: variable 'TSecondaryInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:203:18: warning: variable 'TSecondaryInventory' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:204:10: warning: variable 'FlyingOverIO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:204:10: warning: variable 'FlyingOverIO' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:205:10: warning: variable 'STARTED_ACTION_ON_IO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:205:10: warning: variable 'STARTED_ACTION_ON_IO' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:206:15: warning: variable 'ITC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:208:18: warning: variable 'openNote' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:209:18: warning: variable 'questBook' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:211:9: warning: variable 'bBookHalo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:212:9: warning: variable 'bGoldHalo' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:213:9: warning: variable 'bHitFlash' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:214:9: warning: variable 'bInventoryClosing' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:215:9: warning: variable 'bInventorySwitch' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:216:9: warning: variable 'bIsAiming' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:217:10: warning: variable 'fHitFlash' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:218:16: warning: variable 'ulHitFlash' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:219:16: warning: variable 'ulBookHaloTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:220:16: warning: variable 'ulGoldHaloTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:221:10: warning: variable 'InventoryX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:222:10: warning: variable 'InventoryDir' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:224:10: warning: variable 'CINEMA_DECAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:225:10: warning: variable 'SLID_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:226:10: warning: variable 'BOOKDECX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:227:10: warning: variable 'BOOKDECY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:228:10: warning: variable 'PROGRESS_BAR_TOTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:229:10: warning: variable 'PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:230:10: warning: variable 'OLD_PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:232:9: warning: variable 'PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:233:9: warning: variable 'TRUE_PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:234:9: warning: variable 'LAST_PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:235:13: warning: variable 'MEMO_PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:237:9: warning: variable 'COMBINEGOLD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:238:25: warning: variable 'Book_Mode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:239:9: warning: variable 'Book_MapPage' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:240:9: warning: variable 'Book_SpellPage' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:241:9: warning: variable 'CINEMASCOPE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:242:10: warning: variable 'g_TimeStartCinemascope' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:243:9: warning: variable 'CINEMA_INC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:244:9: warning: variable 'SMOOTHSLID' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:245:9: warning: variable 'currpos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:246:9: warning: variable 'DRAGGING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:247:9: warning: variable 'INVERTMOUSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:248:9: warning: variable 'PLAYER_INTERFACE_HIDE_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:249:9: warning: variable 'MAGICMODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:250:9: warning: variable 'SpecialCursor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:251:9: warning: variable 'FLYING_OVER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:252:9: warning: variable 'OLD_FLYING_OVER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:253:9: warning: variable 'LastRune' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:254:9: warning: variable 'BOOKZOOM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:255:10: warning: variable 'ePlayerAngle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:256:9: warning: variable 'CURCURTIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:257:9: warning: variable 'CURCURDELAY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:258:9: warning: variable 'CURCURPOS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:259:13: warning: variable 'INTERFACE_HALO_NB' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:260:13: warning: variable 'INTERFACE_HALO_MAX_NB' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:261:13: warning: variable 'PRECAST_NUM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:262:9: warning: variable 'LastMouseClick' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:265:13: warning: variable 'lCursorRedistValue' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:267:16: warning: variable 'COMBAT_MODE_ON_START_TIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:268:13: warning: variable 'SPECIAL_DRAW_WEAPON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:269:6: warning: variable 'bGCroucheToggle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:271:5: warning: variable 'iHighLight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:272:7: warning: variable 'fHighLightAng' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:294:6: warning: variable 'bInverseInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:295:6: warning: variable 'lOldTruePlayerMouseLook' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:296:6: warning: variable 'bForceEscapeFreeLook' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:297:6: warning: variable 'bRenderInCursorMode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:299:6: warning: variable 'lChangeWeapon' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:300:9: warning: variable 'pIOChangeWeapon' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:300:9: warning: variable 'pIOChangeWeapon' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:302:13: warning: variable 'lTimeToDrawMecanismCursor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:303:13: warning: variable 'lNbToDrawMecanismCursor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:304:13: warning: variable 'lOldInterface' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:1889:23: warning: variable 'sInventory' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:1889:35: warning: variable 'sInventoryX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:1889:48: warning: variable 'sInventoryY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:2303:6: warning: variable 'CSEND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:2304:6: warning: variable 'MOVE_PRECEDENCE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:2384:22: warning: variable 'REQUEST_JUMP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:3942:14: warning: variable 'fDecPulse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:4121:27: warning: variable 'stealth_gauge_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:4121:27: warning: variable 'stealth_gauge_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:4122:14: warning: variable 'CURRENT_PLAYER_COLOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:4479:14: warning: variable 'GLOBAL_LIGHT_FACTOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:6388:14: warning: variable 'GLOBAL_SLOWDOWN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:6389:13: warning: variable 'SPLASH_THINGS_STAGE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:7190:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:7191:17: warning: variable 'DESTROYED_DURING_RENDERING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:7191:17: warning: variable 'DESTROYED_DURING_RENDERING' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:7192:14: warning: variable 'STARTED_ANGLE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:7193:6: warning: variable 'SPECIAL_DRAGINTER_RENDER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.cpp:7194:6: warning: variable 'CANNOT_PUT_IT_HERE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:62:14: warning: variable 'BOOKDECX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:63:14: warning: variable 'BOOKDECY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:65:17: warning: variable 'FlyingOverIO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:65:17: warning: variable 'FlyingOverIO' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:210:21: warning: variable 'ITC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:211:14: warning: variable 'MemoMouse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:212:14: warning: variable 'bookclick' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:214:19: warning: variable 'spellicons' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:215:14: warning: variable 'CINEMA_DECAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:216:32: warning: variable 'Book_Mode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:217:13: warning: variable 'SpecialCursor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:219:13: warning: variable 'LastMouseClick' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:220:13: warning: variable 'INVERTMOUSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:221:13: warning: variable 'CINEMASCOPE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:222:13: warning: variable 'CINEMA_INC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:223:13: warning: variable 'CurrFightPos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Interface.h:275:13: warning: variable 'ARX_MOUSE_OVER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:91:22: warning: variable 'pTextManage' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:91:22: warning: variable 'pTextManage' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:92:15: warning: variable 'ePlayerAngle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:93:14: warning: variable 'Xratio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:93:22: warning: variable 'Yratio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:94:32: warning: variable 'Book_Mode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:95:13: warning: variable 'START_NEW_QUEST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:96:13: warning: variable 'LASTBOOKBUTTON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:97:13: warning: variable 'BOOKBUTTON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:98:13: warning: variable 'OLD_FLYING_OVER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:99:13: warning: variable 'FLYING_OVER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:100:13: warning: variable 'BOOKZOOM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:101:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:102:14: warning: variable 'ARXTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:103:14: warning: variable 'ARXOldTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:104:13: warning: variable 'NEED_SPECIAL_RENDEREND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:105:13: warning: variable 'bFadeInOut' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:106:13: warning: variable 'bFade' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:107:12: warning: variable 'iFadeAction' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:108:14: warning: variable 'fFadeInOut' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:109:13: warning: variable 'SKIN_MOD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:110:13: warning: variable 'QUICK_MOD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:113:14: warning: variable 'ARXTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:114:14: warning: variable 'ARXOldTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:115:14: warning: variable 'ARXDiffTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:117:13: warning: variable 'REQUEST_SPEECH_SKIP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:118:13: warning: variable 'TRUE_PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:120:27: warning: variable 'pTextureLoad' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:120:27: warning: variable 'pTextureLoad' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:127:6: warning: variable 'bQuickGenFirstClick' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:128:15: warning: variable 'ARXmenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:129:6: warning: variable 'REFUSE_GAME_RETURN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:131:13: warning: variable 'SP_HEAD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:247:13: warning: variable 'NO_TIME_INIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.cpp:383:13: warning: variable 'PLAYER_INTERFACE_HIDE_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Menu.h:89:22: warning: variable 'ARXmenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:84:13: warning: variable 'bQuickGenFirstClick' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:85:13: warning: variable 'DANAESIZX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:86:13: warning: variable 'DANAESIZY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:88:13: warning: variable 'REFUSE_GAME_RETURN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:90:13: warning: variable 'bFade' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:91:13: warning: variable 'bFadeInOut' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:92:12: warning: variable 'iFadeAction' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:94:13: warning: variable 'ZMAPMODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:95:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:138:13: warning: variable 'MAX_FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:139:13: warning: variable 'USEINTERNORM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:290:14: warning: variable 'PROGRESS_BAR_TOTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:291:14: warning: variable 'OLD_PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:292:14: warning: variable 'PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuPublic.cpp:293:13: warning: variable 'NEED_SPECIAL_RENDEREND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:98:12: warning: variable 'newWidth' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:99:12: warning: variable 'newHeight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:100:12: warning: variable 'newBpp' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:101:13: warning: variable 'newFullscreen' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:113:22: warning: variable 'ARXmenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:114:27: warning: variable 'scursor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:115:13: warning: variable 'DANAESIZX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:116:13: warning: variable 'DANAESIZY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:118:13: warning: variable 'REFUSE_GAME_RETURN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:120:14: warning: variable 'PROGRESS_BAR_TOTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:121:14: warning: variable 'OLD_PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:122:14: warning: variable 'PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:126:6: warning: variable 'bNoMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:132:21: warning: variable 'pMenuCursor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:132:21: warning: variable 'pMenuCursor' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:134:21: warning: variable 'pWindowMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:134:21: warning: variable 'pWindowMenu' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:135:13: warning: variable 'pMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:135:13: warning: variable 'pMenu' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:137:23: warning: variable 'pMenuElementResume' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:137:23: warning: variable 'pMenuElementResume' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:138:23: warning: variable 'pMenuElementApply' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:138:23: warning: variable 'pMenuElementApply' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:139:27: warning: variable 'pLoadConfirm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:139:27: warning: variable 'pLoadConfirm' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:140:19: warning: variable 'pDeleteConfirm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:140:19: warning: variable 'pDeleteConfirm' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:141:19: warning: variable 'pDeleteButton' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:141:19: warning: variable 'pDeleteButton' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:142:20: warning: variable 'fullscreenCheckbox' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:142:20: warning: variable 'fullscreenCheckbox' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:143:26: warning: variable 'pMenuSliderResol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:143:26: warning: variable 'pMenuSliderResol' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:144:26: warning: variable 'pMenuSliderBpp' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:144:26: warning: variable 'pMenuSliderBpp' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:146:7: warning: variable 'ARXTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:147:7: warning: variable 'ARXOldTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:148:7: warning: variable 'ARXDiffTimeMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:150:6: warning: variable 'bFade' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:151:6: warning: variable 'bFadeInOut' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:152:5: warning: variable 'iFadeAction' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:153:7: warning: variable 'fFadeInOut' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:157:19: warning: variable 'pTextureLoad' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:157:19: warning: variable 'pTextureLoad' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:158:26: warning: variable 'pTextureLoadRender' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:158:26: warning: variable 'pTextureLoadRender' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MenuWidgets.cpp:160:5: warning: variable 'iTimeToDrawD7' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MiniMap.cpp:73:9: warning: variable 'g_miniMap' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/MiniMap.h:201:16: warning: variable 'g_miniMap' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.cpp:84:27: warning: variable 'arx_logo_tc' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.cpp:84:27: warning: variable 'arx_logo_tc' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.cpp:85:13: warning: variable 'ARX_CONVERSATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.cpp:86:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.cpp:87:13: warning: variable 'REQUEST_SPEECH_SKIP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.cpp:89:12: warning: variable 'aspeech' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.cpp:90:14: warning: variable 'speech' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.cpp:258:25: warning: variable 'main_conversation' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.h:171:19: warning: variable 'aspeech' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Speech.h:172:32: warning: variable 'main_conversation' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:66:15: warning: variable 'pTextManage' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:66:15: warning: variable 'pTextManage' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:67:15: warning: variable 'pTextManageFlyingOver' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:67:15: warning: variable 'pTextManageFlyingOver' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:69:8: warning: variable 'hFontInBook' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:69:8: warning: variable 'hFontInBook' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:70:8: warning: variable 'hFontMainMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:70:8: warning: variable 'hFontMainMenu' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:71:8: warning: variable 'hFontMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:71:8: warning: variable 'hFontMenu' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:72:8: warning: variable 'hFontControls' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:72:8: warning: variable 'hFontControls' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:73:8: warning: variable 'hFontCredits' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:73:8: warning: variable 'hFontCredits' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:74:8: warning: variable 'hFontInGame' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:74:8: warning: variable 'hFontInGame' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:75:8: warning: variable 'hFontInGameNote' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:75:8: warning: variable 'hFontInGameNote' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.cpp:310:14: warning: variable 'created_font_scale' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:57:22: warning: variable 'pTextManage' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:57:22: warning: variable 'pTextManage' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:58:15: warning: variable 'hFontMainMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:58:15: warning: variable 'hFontMainMenu' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:59:15: warning: variable 'hFontMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:59:15: warning: variable 'hFontMenu' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:60:15: warning: variable 'hFontControls' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:60:15: warning: variable 'hFontControls' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:61:15: warning: variable 'hFontCredits' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:61:15: warning: variable 'hFontCredits' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:62:15: warning: variable 'hFontInBook' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:62:15: warning: variable 'hFontInBook' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:63:15: warning: variable 'hFontInGame' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:63:15: warning: variable 'hFontInGame' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:64:15: warning: variable 'hFontInGameNote' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/gui/Text.h:64:15: warning: variable 'hFontInGameNote' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/Input.cpp:66:9: warning: variable 'GInput' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/Input.cpp:66:9: warning: variable 'GInput' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/Input.cpp:69:13: warning: variable 'EERIEMouseButton' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/Input.cpp:518:35: warning: variable 'keyNames' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/Input.cpp:767:21: warning: variable 'uiOneHandedMagicMode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/Input.cpp:768:21: warning: variable 'uiOneHandedStealth' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/Input.h:136:16: warning: variable 'GInput' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/Input.h:136:16: warning: variable 'GInput' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/SDLInputBackend.cpp:43:12: warning: variable 'sdlToArxKey' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/input/SDLInputBackend.cpp:45:12: warning: variable 'sdlToArxButton' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/CinematicLoad.cpp:71:14: warning: variable 'KeyTemp' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Implode.cpp:61:23: warning: variable 'ChCode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Implode.cpp:97:22: warning: variable 'ChBits' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Implode.cpp:117:22: warning: variable 'LenCode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Implode.cpp:122:22: warning: variable 'LenBits' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Implode.cpp:127:23: warning: variable 'LenBase' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Implode.cpp:133:22: warning: variable 'ExLenBits' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Implode.cpp:138:22: warning: variable 'OffsCode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Implode.cpp:146:22: warning: variable 'OffsBits' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Screenshot.cpp:59:19: warning: variable 'pSnapShot' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/Screenshot.cpp:59:19: warning: variable 'pSnapShot' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/fs/SystemPaths.cpp:40:13: warning: variable 'paths' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/fs/SystemPaths.cpp:237:32: warning: variable 'cmdLineInitParams' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/fs/SystemPaths.h:106:20: warning: variable 'paths' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/resource/PakReader.cpp:421:24: warning: variable 'arxToStlSeekOrigin' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/resource/PakReader.cpp:682:13: warning: variable 'resources' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/resource/PakReader.cpp:682:13: warning: variable 'resources' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/resource/PakReader.h:112:20: warning: variable 'resources' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/io/resource/PakReader.h:112:20: warning: variable 'resources' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Anchors.cpp:62:14: warning: variable 'MAX_ALLOWED_PER_SECOND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Anchors.cpp:63:13: warning: variable 'DIRECT_PATH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Anchors.cpp:184:14: warning: variable 'vector2D' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Anchors.cpp:359:13: warning: variable 'MOVING_CYLINDER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Attractors.cpp:61:30: warning: variable 'attractors' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Box.cpp:56:6: warning: variable 'CUR_COLLISION_MATERIAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:64:14: warning: variable 'FrameDiff' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:65:6: warning: variable 'ON_PLATFORM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:67:8: warning: variable 'MAX_IN_SPHERE_Pos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:68:7: warning: variable 'EVERYTHING_IN_SPHERE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:69:8: warning: variable 'EXCEPTIONS_LIST_Pos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:70:7: warning: variable 'EXCEPTIONS_LIST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:72:13: warning: variable 'POLYIN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:73:6: warning: variable 'COLLIDED_CLIMB_POLY' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:74:6: warning: variable 'MOVING_CYLINDER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:76:7: warning: variable 'vector2D' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:77:6: warning: variable 'DIRECT_PATH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:457:13: warning: variable 'NPC_IN_CYLINDER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.cpp:1337:7: warning: variable 'MAX_ALLOWED_PER_SECOND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.h:80:15: warning: variable 'MAX_IN_SPHERE_Pos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.h:81:14: warning: variable 'EVERYTHING_IN_SPHERE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.h:82:15: warning: variable 'EXCEPTIONS_LIST_Pos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.h:83:14: warning: variable 'EXCEPTIONS_LIST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/physics/Collisions.h:84:13: warning: variable 'DIRECT_PATH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/platform/CrashHandler.cpp:37:27: warning: variable 'gCrashHandlerImpl' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/platform/CrashHandler.cpp:37:27: warning: variable 'gCrashHandlerImpl' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/platform/CrashHandler.cpp:38:12: warning: variable 'gCrashHandlerInitCount' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/platform/Environment.cpp:235:21: warning: variable 'executablePath' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/platform/Time.cpp:32:16: warning: variable 'clock_id' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:95:17: warning: variable 'CURRENT_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:95:17: warning: variable 'CURRENT_TORCH' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:96:13: warning: variable 'GLOBAL_MAGIC_MODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:97:7: warning: variable 'FORCE_TIME_RESTORE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:98:14: warning: variable 'WILL_RESTORE_PLAYER_POSITION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:99:13: warning: variable 'WILL_RESTORE_PLAYER_POSITION_FLAG' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:100:13: warning: variable 'NO_GMOD_RESET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:102:14: warning: variable 'PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:103:14: warning: variable 'OLD_PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:104:14: warning: variable 'PROGRESS_BAR_TOTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:105:13: warning: variable 'NO_PLAYER_POSITION_RESET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:106:14: warning: variable 'InventoryDir' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:107:13: warning: variable 'HERO_SHOW_1ST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:108:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:109:13: warning: variable 'LOAD_N_DONT_ERASE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:110:13: warning: variable 'FORBID_SCRIPT_IO_CREATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:111:13: warning: variable 'NO_TIME_INIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:112:13: warning: variable 'CHANGE_LEVEL_ICON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:113:13: warning: variable 'TRUE_PLAYER_MOUSELOOK_ON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:114:12: warning: variable 'iTimeToDrawD7' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:115:14: warning: variable 'LastValidPlayerPos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:128:17: warning: variable 'CURRENT_GAME_FILE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:130:14: warning: variable 'ARX_CHANGELEVEL_DesiredTime' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:131:13: warning: variable 'CONVERT_CREATED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:132:6: warning: variable 'DONT_WANT_PLAYER_INZONE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:133:20: warning: variable 'pSaveBlock' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:133:20: warning: variable 'pSaveBlock' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:135:35: warning: variable 'idx_io' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:135:35: warning: variable 'idx_io' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:136:47: warning: variable 'Gaids' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:136:47: warning: variable 'Gaids' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:226:20: warning: variable 'GLOBAL_pSaveB' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:226:20: warning: variable 'GLOBAL_pSaveB' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:264:13: warning: variable 'JUST_RELOADED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:414:20: warning: variable 'stacked' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:415:20: warning: variable 'current' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:416:20: warning: variable 'desired' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:618:13: warning: variable 'sp_max' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:619:13: warning: variable 'cur_rf' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:620:13: warning: variable 'cur_mx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:621:13: warning: variable 'cur_mr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:622:13: warning: variable 'cur_pom' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:623:13: warning: variable 'sp_wep' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:624:13: warning: variable 'sp_arm' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/ChangeLevel.cpp:2875:13: warning: variable 'STARTED_A_GAME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/CinematicSound.cpp:72:23: warning: variable 'TabSound' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:100:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:101:17: warning: variable 'CAMERACONTROLLER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:101:17: warning: variable 'CAMERACONTROLLER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:145:13: warning: variable 'bIsActive' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:148:19: warning: variable 'ambiance_zone' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:149:19: warning: variable 'ambiance_menu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:151:13: warning: variable 'Inter_Materials' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:182:22: warning: variable 'collisionMaps' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:189:24: warning: variable 'presence' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:195:10: warning: variable 'ARX_SOUND_MixerGame' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:196:10: warning: variable 'ARX_SOUND_MixerGameSample' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:197:10: warning: variable 'ARX_SOUND_MixerGameSpeech' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:198:10: warning: variable 'ARX_SOUND_MixerGameAmbiance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:199:10: warning: variable 'ARX_SOUND_MixerMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:200:10: warning: variable 'ARX_SOUND_MixerMenuSample' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:201:10: warning: variable 'ARX_SOUND_MixerMenuSpeech' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:202:10: warning: variable 'ARX_SOUND_MixerMenuAmbiance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:205:10: warning: variable 'SND_MENU_CLICK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:206:10: warning: variable 'SND_MENU_RELEASE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:209:10: warning: variable 'SND_BACKPACK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:210:10: warning: variable 'SND_BOOK_OPEN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:211:10: warning: variable 'SND_BOOK_CLOSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:212:10: warning: variable 'SND_BOOK_PAGE_TURN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:213:10: warning: variable 'SND_GOLD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:214:10: warning: variable 'SND_INVSTD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:215:10: warning: variable 'SND_SCROLL_OPEN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:216:10: warning: variable 'SND_SCROLL_CLOSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:217:10: warning: variable 'SND_TORCH_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:218:10: warning: variable 'SND_TORCH_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:219:10: warning: variable 'SND_TORCH_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:222:10: warning: variable 'SND_FIREPLACE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:223:10: warning: variable 'SND_PLOUF' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:224:10: warning: variable 'SND_QUAKE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:225:10: warning: variable 'SND_WHOOSH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:228:10: warning: variable 'SND_PLAYER_DEATH_BY_FIRE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:230:10: warning: variable 'SND_PLAYER_FILLLIFEMANA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:231:10: warning: variable 'SND_PLAYER_HEART_BEAT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:232:10: warning: variable 'SND_PLAYER_LEVEL_UP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:233:10: warning: variable 'SND_PLAYER_POISONED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:236:10: warning: variable 'SND_MAGIC_AMBIENT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:237:10: warning: variable 'SND_MAGIC_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:238:10: warning: variable 'SND_MAGIC_FIZZLE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:241:10: warning: variable 'SND_SYMB_AAM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:242:10: warning: variable 'SND_SYMB_CETRIUS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:243:10: warning: variable 'SND_SYMB_COSUM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:244:10: warning: variable 'SND_SYMB_COMUNICATUM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:245:10: warning: variable 'SND_SYMB_FOLGORA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:246:10: warning: variable 'SND_SYMB_FRIDD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:247:10: warning: variable 'SND_SYMB_KAOM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:248:10: warning: variable 'SND_SYMB_MEGA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:249:10: warning: variable 'SND_SYMB_MORTE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:250:10: warning: variable 'SND_SYMB_MOVIS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:251:10: warning: variable 'SND_SYMB_NHI' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:252:10: warning: variable 'SND_SYMB_RHAA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:253:10: warning: variable 'SND_SYMB_SPACIUM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:254:10: warning: variable 'SND_SYMB_STREGUM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:255:10: warning: variable 'SND_SYMB_TAAR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:256:10: warning: variable 'SND_SYMB_TEMPUS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:257:10: warning: variable 'SND_SYMB_TERA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:258:10: warning: variable 'SND_SYMB_VISTA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:259:10: warning: variable 'SND_SYMB_VITAE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:260:10: warning: variable 'SND_SYMB_YOK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:263:10: warning: variable 'SND_SPELL_ACTIVATE_PORTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:264:10: warning: variable 'SND_SPELL_ARMOR_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:265:10: warning: variable 'SND_SPELL_ARMOR_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:266:10: warning: variable 'SND_SPELL_ARMOR_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:267:10: warning: variable 'SND_SPELL_LOWER_ARMOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:268:10: warning: variable 'SND_SPELL_BLESS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:269:10: warning: variable 'SND_SPELL_COLD_PROTECTION_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:270:10: warning: variable 'SND_SPELL_COLD_PROTECTION_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:271:10: warning: variable 'SND_SPELL_COLD_PROTECTION_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:272:10: warning: variable 'SND_SPELL_CONFUSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:273:10: warning: variable 'SND_SPELL_CONTROL_TARGET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:274:10: warning: variable 'SND_SPELL_CREATE_FIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:275:10: warning: variable 'SND_SPELL_CREATE_FOOD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:276:10: warning: variable 'SND_SPELL_CURE_POISON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:277:10: warning: variable 'SND_SPELL_CURSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:278:10: warning: variable 'SND_SPELL_DETECT_TRAP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:279:10: warning: variable 'SND_SPELL_DETECT_TRAP_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:280:10: warning: variable 'SND_SPELL_DISARM_TRAP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:281:10: warning: variable 'SND_SPELL_DISPELL_FIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:282:10: warning: variable 'SND_SPELL_DISPELL_ILLUSION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:283:10: warning: variable 'SND_SPELL_DOUSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:284:10: warning: variable 'SND_SPELL_ELECTRIC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:285:10: warning: variable 'SND_SPELL_ENCHANT_WEAPON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:286:10: warning: variable 'SND_SPELL_EXPLOSION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:287:10: warning: variable 'SND_SPELL_EYEBALL_IN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:288:10: warning: variable 'SND_SPELL_EYEBALL_OUT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:289:10: warning: variable 'SND_SPELL_FIRE_FIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:290:10: warning: variable 'SND_SPELL_FIRE_HIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:291:10: warning: variable 'SND_SPELL_FIRE_LAUNCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:292:10: warning: variable 'SND_SPELL_FIRE_PROTECTION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:293:10: warning: variable 'SND_SPELL_FIRE_PROTECTION_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:294:10: warning: variable 'SND_SPELL_FIRE_PROTECTION_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:295:10: warning: variable 'SND_SPELL_FIRE_WIND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:296:10: warning: variable 'SND_SPELL_FREEZETIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:297:10: warning: variable 'SND_SPELL_HARM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:298:10: warning: variable 'SND_SPELL_HEALING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:299:10: warning: variable 'SND_SPELL_ICE_FIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:300:10: warning: variable 'SND_SPELL_ICE_FIELD_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:301:10: warning: variable 'SND_SPELL_ICE_FIELD_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:302:10: warning: variable 'SND_SPELL_ICE_PROJECTILE_LAUNCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:303:10: warning: variable 'SND_SPELL_INCINERATE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:304:10: warning: variable 'SND_SPELL_INCINERATE_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:305:10: warning: variable 'SND_SPELL_INCINERATE_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:306:10: warning: variable 'SND_SPELL_IGNITE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:307:10: warning: variable 'SND_SPELL_INVISIBILITY_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:308:10: warning: variable 'SND_SPELL_INVISIBILITY_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:309:10: warning: variable 'SND_SPELL_LEVITATE_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:310:10: warning: variable 'SND_SPELL_LIGHTNING_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:311:10: warning: variable 'SND_SPELL_LIGHTNING_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:312:10: warning: variable 'SND_SPELL_LIGHTNING_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:313:10: warning: variable 'SND_SPELL_MAGICAL_HIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:316:10: warning: variable 'SND_SPELL_FIRE_FIELD_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:317:10: warning: variable 'SND_SPELL_FIRE_FIELD_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:318:10: warning: variable 'SND_SPELL_FIRE_FIELD_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:321:10: warning: variable 'SND_SPELL_MAGICAL_SHIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:322:10: warning: variable 'SND_SPELL_MASS_INCINERATE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:323:10: warning: variable 'SND_SPELL_MASS_PARALYSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:324:10: warning: variable 'SND_SPELL_MM_CREATE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:325:10: warning: variable 'SND_SPELL_MM_HIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:326:10: warning: variable 'SND_SPELL_MM_LAUNCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:327:10: warning: variable 'SND_SPELL_MM_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:328:10: warning: variable 'SND_SPELL_NEGATE_MAGIC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:329:10: warning: variable 'SND_SPELL_NO_EFFECT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:330:10: warning: variable 'SND_SPELL_PARALYSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:331:10: warning: variable 'SND_SPELL_PARALYSE_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:332:10: warning: variable 'SND_SPELL_POISON_PROJECTILE_LAUNCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:333:10: warning: variable 'SND_SPELL_RAISE_DEAD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:334:10: warning: variable 'SND_SPELL_REPEL_UNDEAD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:335:10: warning: variable 'SND_SPELL_REPEL_UNDEAD_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:336:10: warning: variable 'SND_SPELL_RUNE_OF_GUARDING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:337:10: warning: variable 'SND_SPELL_RUNE_OF_GUARDING_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:338:10: warning: variable 'SND_SPELL_SLOW_DOWN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:339:10: warning: variable 'SND_SPELL_SPARK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:340:10: warning: variable 'SND_SPELL_SPEED_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:341:10: warning: variable 'SND_SPELL_SPEED_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:342:10: warning: variable 'SND_SPELL_SPEED_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:343:10: warning: variable 'SND_SPELL_SUMMON_CREATURE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:344:10: warning: variable 'SND_SPELL_TELEKINESIS_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:345:10: warning: variable 'SND_SPELL_TELEKINESIS_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:346:10: warning: variable 'SND_SPELL_TELEPORT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:347:10: warning: variable 'SND_SPELL_TELEPORTED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:348:10: warning: variable 'SND_SPELL_VISION_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:349:10: warning: variable 'SND_SPELL_VISION_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:1097:13: warning: variable 'nbelems' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:1098:16: warning: variable 'elems' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:1098:16: warning: variable 'elems' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:1099:15: warning: variable 'numbers' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:1099:15: warning: variable 'numbers' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:1114:20: warning: variable 'animations' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:1866:28: warning: variable 'updateThread' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.cpp:1866:28: warning: variable 'updateThread' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:63:23: warning: variable 'ARX_SOUND_MixerGame' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:64:23: warning: variable 'ARX_SOUND_MixerGameSample' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:65:23: warning: variable 'ARX_SOUND_MixerGameSpeech' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:66:23: warning: variable 'ARX_SOUND_MixerGameAmbiance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:67:23: warning: variable 'ARX_SOUND_MixerMenu' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:68:23: warning: variable 'ARX_SOUND_MixerMenuSample' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:69:23: warning: variable 'ARX_SOUND_MixerMenuSpeech' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:70:23: warning: variable 'ARX_SOUND_MixerMenuAmbiance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:77:24: warning: variable 'SND_MENU_CLICK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:78:24: warning: variable 'SND_MENU_RELEASE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:81:24: warning: variable 'SND_BACKPACK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:82:24: warning: variable 'SND_BOOK_OPEN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:83:24: warning: variable 'SND_BOOK_CLOSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:84:24: warning: variable 'SND_BOOK_PAGE_TURN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:85:24: warning: variable 'SND_GOLD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:86:24: warning: variable 'SND_INVSTD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:87:24: warning: variable 'SND_SCROLL_OPEN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:88:24: warning: variable 'SND_SCROLL_CLOSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:89:24: warning: variable 'SND_TORCH_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:90:24: warning: variable 'SND_TORCH_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:91:24: warning: variable 'SND_TORCH_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:94:24: warning: variable 'SND_FIREPLACE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:95:24: warning: variable 'SND_PLOUF' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:96:24: warning: variable 'SND_QUAKE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:97:24: warning: variable 'SND_WHOOSH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:100:24: warning: variable 'SND_PLAYER_DEATH_BY_FIRE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:101:24: warning: variable 'SND_PLAYER_FILLLIFEMANA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:102:24: warning: variable 'SND_PLAYER_HEART_BEAT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:103:24: warning: variable 'SND_PLAYER_LEVEL_UP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:104:24: warning: variable 'SND_PLAYER_POISONED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:107:24: warning: variable 'SND_MAGIC_AMBIENT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:108:24: warning: variable 'SND_MAGIC_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:109:24: warning: variable 'SND_MAGIC_FIZZLE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:112:24: warning: variable 'SND_SYMB_AAM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:113:24: warning: variable 'SND_SYMB_CETRIUS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:114:24: warning: variable 'SND_SYMB_COSUM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:115:24: warning: variable 'SND_SYMB_COMUNICATUM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:116:24: warning: variable 'SND_SYMB_FOLGORA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:117:24: warning: variable 'SND_SYMB_FRIDD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:118:24: warning: variable 'SND_SYMB_KAOM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:119:24: warning: variable 'SND_SYMB_MEGA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:120:24: warning: variable 'SND_SYMB_MORTE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:121:24: warning: variable 'SND_SYMB_MOVIS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:122:24: warning: variable 'SND_SYMB_NHI' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:123:24: warning: variable 'SND_SYMB_RHAA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:124:24: warning: variable 'SND_SYMB_SPACIUM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:125:24: warning: variable 'SND_SYMB_STREGUM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:126:24: warning: variable 'SND_SYMB_TAAR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:127:24: warning: variable 'SND_SYMB_TEMPUS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:128:24: warning: variable 'SND_SYMB_TERA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:129:24: warning: variable 'SND_SYMB_VISTA' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:130:24: warning: variable 'SND_SYMB_VITAE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:131:24: warning: variable 'SND_SYMB_YOK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:134:24: warning: variable 'SND_SPELL_ACTIVATE_PORTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:135:24: warning: variable 'SND_SPELL_ARMOR_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:136:24: warning: variable 'SND_SPELL_ARMOR_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:137:24: warning: variable 'SND_SPELL_ARMOR_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:138:24: warning: variable 'SND_SPELL_BLESS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:139:24: warning: variable 'SND_SPELL_COLD_PROTECTION_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:140:24: warning: variable 'SND_SPELL_COLD_PROTECTION_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:141:24: warning: variable 'SND_SPELL_COLD_PROTECTION_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:142:24: warning: variable 'SND_SPELL_CONFUSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:143:24: warning: variable 'SND_SPELL_CONTROL_TARGET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:144:24: warning: variable 'SND_SPELL_CREATE_FIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:145:24: warning: variable 'SND_SPELL_CREATE_FOOD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:146:24: warning: variable 'SND_SPELL_CURE_POISON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:147:24: warning: variable 'SND_SPELL_CURSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:148:24: warning: variable 'SND_SPELL_DETECT_TRAP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:149:24: warning: variable 'SND_SPELL_DETECT_TRAP_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:150:24: warning: variable 'SND_SPELL_DISARM_TRAP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:151:24: warning: variable 'SND_SPELL_DISPELL_FIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:152:24: warning: variable 'SND_SPELL_DISPELL_ILLUSION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:153:24: warning: variable 'SND_SPELL_DOUSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:154:24: warning: variable 'SND_SPELL_ELECTRIC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:155:24: warning: variable 'SND_SPELL_ENCHANT_WEAPON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:156:24: warning: variable 'SND_SPELL_EXPLOSION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:157:24: warning: variable 'SND_SPELL_EYEBALL_IN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:158:24: warning: variable 'SND_SPELL_EYEBALL_OUT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:159:24: warning: variable 'SND_SPELL_FIRE_FIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:160:24: warning: variable 'SND_SPELL_FIRE_HIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:161:24: warning: variable 'SND_SPELL_FIRE_LAUNCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:162:24: warning: variable 'SND_SPELL_FIRE_PROTECTION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:163:24: warning: variable 'SND_SPELL_FIRE_PROTECTION_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:164:24: warning: variable 'SND_SPELL_FIRE_PROTECTION_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:165:24: warning: variable 'SND_SPELL_FIRE_WIND' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:166:24: warning: variable 'SND_SPELL_FREEZETIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:167:24: warning: variable 'SND_SPELL_HARM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:168:24: warning: variable 'SND_SPELL_HEALING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:169:24: warning: variable 'SND_SPELL_ICE_FIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:170:24: warning: variable 'SND_SPELL_ICE_FIELD_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:171:24: warning: variable 'SND_SPELL_ICE_FIELD_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:172:24: warning: variable 'SND_SPELL_ICE_PROJECTILE_LAUNCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:173:24: warning: variable 'SND_SPELL_INCINERATE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:174:24: warning: variable 'SND_SPELL_INCINERATE_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:175:24: warning: variable 'SND_SPELL_INCINERATE_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:176:24: warning: variable 'SND_SPELL_IGNITE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:177:24: warning: variable 'SND_SPELL_INVISIBILITY_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:178:24: warning: variable 'SND_SPELL_INVISIBILITY_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:179:24: warning: variable 'SND_SPELL_LEVITATE_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:180:24: warning: variable 'SND_SPELL_LIGHTNING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:181:24: warning: variable 'SND_SPELL_LIGHTNING_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:182:24: warning: variable 'SND_SPELL_LIGHTNING_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:183:24: warning: variable 'SND_SPELL_LIGHTNING_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:184:24: warning: variable 'SND_SPELL_LOWER_ARMOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:185:24: warning: variable 'SND_SPELL_FIRE_FIELD_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:186:24: warning: variable 'SND_SPELL_FIRE_FIELD_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:187:24: warning: variable 'SND_SPELL_FIRE_FIELD_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:189:24: warning: variable 'SND_SPELL_MAGICAL_HIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:190:24: warning: variable 'SND_SPELL_MAGICAL_SHIELD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:191:24: warning: variable 'SND_SPELL_MASS_INCINERATE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:192:24: warning: variable 'SND_SPELL_MASS_PARALYSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:193:24: warning: variable 'SND_SPELL_MM_CREATE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:194:24: warning: variable 'SND_SPELL_MM_HIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:195:24: warning: variable 'SND_SPELL_MM_LAUNCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:196:24: warning: variable 'SND_SPELL_MM_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:197:24: warning: variable 'SND_SPELL_NEGATE_MAGIC' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:198:24: warning: variable 'SND_SPELL_NO_EFFECT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:199:24: warning: variable 'SND_SPELL_PARALYSE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:200:24: warning: variable 'SND_SPELL_PARALYSE_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:201:24: warning: variable 'SND_SPELL_POISON_PROJECTILE_LAUNCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:202:24: warning: variable 'SND_SPELL_RAISE_DEAD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:203:24: warning: variable 'SND_SPELL_REPEL_UNDEAD' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:204:24: warning: variable 'SND_SPELL_REPEL_UNDEAD_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:205:24: warning: variable 'SND_SPELL_RUNE_OF_GUARDING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:206:24: warning: variable 'SND_SPELL_RUNE_OF_GUARDING_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:207:24: warning: variable 'SND_SPELL_SLOW_DOWN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:208:24: warning: variable 'SND_SPELL_SPARK' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:209:24: warning: variable 'SND_SPELL_SPEED_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:210:24: warning: variable 'SND_SPELL_SPEED_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:211:24: warning: variable 'SND_SPELL_SPEED_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:212:24: warning: variable 'SND_SPELL_SUMMON_CREATURE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:213:24: warning: variable 'SND_SPELL_TELEKINESIS_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:214:24: warning: variable 'SND_SPELL_TELEKINESIS_END' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:215:24: warning: variable 'SND_SPELL_TELEPORT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:216:24: warning: variable 'SND_SPELL_TELEPORTED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:217:24: warning: variable 'SND_SPELL_VISION_START' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/GameSound.h:218:24: warning: variable 'SND_SPELL_VISION_LOOP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:119:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:121:17: warning: variable 'CAMERACONTROLLER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:121:17: warning: variable 'CAMERACONTROLLER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:122:27: warning: variable 'Movable' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:122:27: warning: variable 'Movable' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:123:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:124:13: warning: variable 'NEED_TEST_TEXT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:126:11: warning: variable 'nodes' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:127:14: warning: variable 'TREATZONE_LIMIT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:129:6: warning: variable 'HERO_SHOW_1ST' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:133:6: warning: variable 'INTER_DRAW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:141:7: warning: variable 'STARTED_ANGLE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:477:16: warning: variable 'treatio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:477:16: warning: variable 'treatio' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:478:6: warning: variable 'TREATZONE_CUR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:479:13: warning: variable 'TREATZONE_MAX' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:546:6: warning: variable 'GLOBAL_Player_Room' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:2257:22: warning: variable 'arrowobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:2257:22: warning: variable 'arrowobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:2556:13: warning: variable 'LOOKING_FOR_SPELL_TARGET' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:3149:17: warning: variable 'DESTROYED_DURING_RENDERING' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.cpp:3149:17: warning: variable 'DESTROYED_DURING_RENDERING' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.h:109:18: warning: variable 'nodes' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.h:234:23: warning: variable 'treatio' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.h:234:23: warning: variable 'treatio' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Interactive.h:235:13: warning: variable 'TREATZONE_CUR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.cpp:59:14: warning: variable 'GLOBAL_LIGHT_FACTOR' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.cpp:60:15: warning: variable 'GLight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.cpp:61:13: warning: variable 'DynLight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.cpp:63:15: warning: variable 'PDL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.cpp:64:6: warning: variable 'TOTPDL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.cpp:66:15: warning: variable 'IO_PDL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.cpp:67:6: warning: variable 'TOTIOPDL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.h:61:22: warning: variable 'PDL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.h:62:22: warning: variable 'GLight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.h:63:20: warning: variable 'DynLight' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.h:64:22: warning: variable 'IO_PDL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.h:65:13: warning: variable 'TOTPDL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Light.h:66:13: warning: variable 'TOTIOPDL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:99:14: warning: variable 'PROGRESS_BAR_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:100:14: warning: variable 'PROGRESS_BAR_TOTAL' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:101:13: warning: variable 'DONT_ERASE_PLAYER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:103:24: warning: variable 'QuakeFx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:104:13: warning: variable 'bGToggleCombatModeWithKey' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:105:13: warning: variable 'bGCroucheToggle' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:631:13: warning: variable 'LastLoadedLightningNb' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:632:14: warning: variable 'LastLoadedLightning' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:632:14: warning: variable 'LastLoadedLightning' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:633:7: warning: variable 'loddpos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:634:7: warning: variable 'MSP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:636:13: warning: variable 'FASTmse' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1130:6: warning: variable 'FAST_RELEASE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1131:17: warning: variable 'FlyingOverIO' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1131:17: warning: variable 'FlyingOverIO' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1132:22: warning: variable 'LAST_JUMP_ENDTIME' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1134:22: warning: variable 'stone0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1134:22: warning: variable 'stone0' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1135:13: warning: variable 'stone0_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1136:22: warning: variable 'stone1' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1136:22: warning: variable 'stone1' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1137:13: warning: variable 'stone1_count' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.cpp:1139:13: warning: variable 'JUST_RELOADED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.h:58:14: warning: variable 'loddpos' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.h:73:13: warning: variable 'FAST_RELEASE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/LoadLevel.h:79:14: warning: variable 'MSP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Object.cpp:1833:14: warning: variable 'actions' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Object.h:69:23: warning: variable 'vert_list' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Object.h:70:21: warning: variable 'actions' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:91:13: warning: variable 'USE_LIGHT_OPTIM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:92:22: warning: variable 'eyeballobj' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:92:22: warning: variable 'eyeballobj' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:93:13: warning: variable 'NEED_TEST_TEXT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:94:13: warning: variable 'EXTERNALVIEW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:95:6: warning: variable 'LAST_PORTALS_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:97:26: warning: variable 'enviro' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:97:26: warning: variable 'enviro' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:98:13: warning: variable 'ZMAPMODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:99:14: warning: variable 'ulBKGColor' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:101:13: warning: variable 'TransPol' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:103:21: warning: variable 'portals' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:103:21: warning: variable 'portals' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:105:14: warning: variable 'WATEREFFECT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:107:6: warning: variable 'TRANSPOLYSPOS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:108:6: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:110:6: warning: variable 'LAST_ROOM' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:112:37: warning: variable 'pDynamicVertexBuffer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:112:37: warning: variable 'pDynamicVertexBuffer' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:187:3: warning: variable 'dynamicVertices' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:191:22: warning: variable 'efpPlaneNear' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:193:27: warning: variable 'vPolyWater' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:194:27: warning: variable 'vPolyLava' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:196:6: warning: variable 'bOLD_CLIPP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:200:27: warning: variable 'RoomDraw' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:200:27: warning: variable 'RoomDraw' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:201:13: warning: variable 'NbRoomDraw' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:202:15: warning: variable 'RoomDrawList' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:202:15: warning: variable 'RoomDrawList' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:203:13: warning: variable 'NbRoomDrawList' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:204:6: warning: variable 'TotalRoomDrawList' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:298:20: warning: variable 'ProjectionMatrix' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:1840:13: warning: variable 'tilelights' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:2797:13: warning: variable 'SPECIAL_DRAGINTER_RENDER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/scene/Scene.cpp:2798:6: warning: variable 'MAX_FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:93:13: warning: variable 'lChangeWeapon' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:94:17: warning: variable 'pIOChangeWeapon' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:94:17: warning: variable 'pIOChangeWeapon' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:96:10: warning: variable 'LASTSPAWNED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:96:10: warning: variable 'LASTSPAWNED' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:97:10: warning: variable 'EVENT_SENDER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:97:10: warning: variable 'EVENT_SENDER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:98:14: warning: variable 'svar' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:98:14: warning: variable 'svar' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:100:13: warning: variable 'SSEPARAMS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:101:6: warning: variable 'FORBID_SCRIPT_IO_CREATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:102:6: warning: variable 'NB_GLOBALS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:103:13: warning: variable 'scr_timer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:103:13: warning: variable 'scr_timer' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:104:6: warning: variable 'ActiveTimers' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:1512:15: warning: variable 'eventstack' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:1537:6: warning: variable 'STACK_FLOW' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.cpp:1817:6: warning: variable 'MAX_TIMER_SCRIPT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:408:21: warning: variable 'svar' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:408:21: warning: variable 'svar' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:409:17: warning: variable 'EVENT_SENDER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:409:17: warning: variable 'EVENT_SENDER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:410:20: warning: variable 'scr_timer' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:410:20: warning: variable 'scr_timer' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:411:13: warning: variable 'NB_GLOBALS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:412:13: warning: variable 'ActiveTimers' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:413:13: warning: variable 'FORBID_SCRIPT_IO_CREATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/Script.h:414:13: warning: variable 'MAX_TIMER_SCRIPT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptEvent.cpp:73:14: warning: variable 'g_TimeStartCinemascope' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptEvent.cpp:77:14: warning: variable 'AS_EVENT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptUtils.cpp:328:8: warning: variable 'suppressionCount' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptUtils.cpp:329:20: warning: variable 'suppressions' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptUtils.cpp:330:20: warning: variable 'blockSuppressions' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedAnimation.cpp:65:12: warning: variable 'animations' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedCamera.cpp:60:17: warning: variable 'CAMERACONTROLLER' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedCamera.cpp:60:17: warning: variable 'CAMERACONTROLLER' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedCamera.cpp:61:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedControl.cpp:60:13: warning: variable 'GLOBAL_MAGIC_MODE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedConversation.cpp:62:13: warning: variable 'ARX_CONVERSATION' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedConversation.cpp:63:13: warning: variable 'FRAME_COUNT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedConversation.cpp:64:14: warning: variable 'LASTCAMPOS' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedConversation.cpp:65:15: warning: variable 'LASTCAMANGLE' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedIOControl.cpp:64:17: warning: variable 'LASTSPAWNED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedIOControl.cpp:64:17: warning: variable 'LASTSPAWNED' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedIOControl.cpp:65:13: warning: variable 'CHANGE_LEVEL_ICON' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedInterface.cpp:58:14: warning: variable 'InventoryDir' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedInterface.cpp:59:13: warning: variable 'REFUSE_GAME_RETURN' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedInventory.cpp:68:17: warning: variable 'LASTSPAWNED' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedInventory.cpp:68:17: warning: variable 'LASTSPAWNED' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedLang.cpp:59:21: warning: variable 'AS_EVENT' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedPlayer.cpp:63:14: warning: variable 'InventoryDir' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedPlayer.cpp:64:17: warning: variable 'CURRENT_TORCH' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/src/script/ScriptedPlayer.cpp:64:17: warning: variable 'CURRENT_TORCH' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables] +Arx/tools/savetool/SaveView.cpp:86:14: warning: variable 'spellNames' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/tools/savetool/SaveView.cpp:141:14: warning: variable 'runeNames' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/tools/savetool/SaveView.cpp:165:14: warning: variable 'animationNames' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/tools/savetool/SaveView.cpp:328:14: warning: variable 'equipitemNames' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables] +Arx/tools/savetool/SaveView.cpp:555:8: warning: variable 'config' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]