| 294 | #endif |
| 295 | |
| 296 | void OptionShowFPSChanged() |
| 297 | { |
| 298 | if (*sgOptions.Graphics.showFPS) |
| 299 | EnableFrameCount(); |
| 300 | else |
| 301 | frameflag = false; |
| 302 | } |
| 303 | |
| 304 | void OptionLanguageCodeChanged() |
| 305 | { |
nothing calls this directly
no test coverage detected