Home
last modified time | relevance | path

Searched refs:efinala_wsa (Results 1 – 2 of 2) sorted by relevance

/dports/games/dunelegacy/dunelegacy-0.96.4/src/CutScenes/
H A DMeanwhile.cpp48 SDL_RWops* efinala_wsa = pFileManager->openFile("EFINALA.WSA"); in Meanwhile() local
49 pImperator = new Wsafile(efinala_wsa); in Meanwhile()
50 SDL_RWclose(efinala_wsa); in Meanwhile()
H A DFinale.cpp91 SDL_RWops* efinala_wsa = pFileManager->openFile("EFINALA.WSA"); in Finale() local
92 pImperator = new Wsafile(efinala_wsa); in Finale()
93 SDL_RWclose(efinala_wsa); in Finale()