MCPcopy Create free account
hub / github.com/diasurgical/devilution / SVidLoadNextFrame

Function SVidLoadNextFrame

SourceX/storm/storm.cpp:638–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638BOOL SVidLoadNextFrame()
639{
640 SVidFrameEnd += SVidFrameLength;
641
642 if (smk_next(SVidSMK) == SMK_DONE) {
643 if (!SVidLoop) {
644 return false;
645 }
646
647 smk_first(SVidSMK);
648 }
649
650 return true;
651}
652
653BOOL SVidPlayContinue(void)
654{

Callers 1

SVidPlayContinueFunction · 0.85

Calls 2

smk_nextFunction · 0.85
smk_firstFunction · 0.85

Tested by

no test coverage detected