TGITS-Solutions / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
1 stars 1 forks source link

Remove operator overrides for gun_mode class #4

Open TrainTurningPoint opened 5 years ago

TrainTurningPoint commented 5 years ago

Internal improvement
Class gun_mode described in gun_mode.h overrides multiple operators. That is a very poor solution which makes code investigation and maintenance significantly harder without any clear benefits.

Describe the solution you'd like
Remove operator overrides, rewrite the code which takes advantage of overrides accordingly.