MCPcopy Create free account
hub / github.com/Warzone2100/warzone2100 / seq_setScanlinesDisabled

Function seq_setScanlinesDisabled

lib/sequence/sequence.cpp:1109–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107}
1108
1109void seq_setScanlinesDisabled(bool flag)
1110{
1111 scanlinesDisabled = flag;
1112}
1113
1114bool seq_getScanlinesDisabled()
1115{

Callers 3

seq_InitOggFunction · 0.85
seq_PlayFunction · 0.85
seq_ShutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected