| 52 | |
| 53 | } |
| 54 | void cUnitTesting::EngineSetup() { |
| 55 | g_Fodder->mIntroDone = false; |
| 56 | |
| 57 | g_Fodder->mSurface->palette_SetToBlack(); |
| 58 | g_Fodder->mSurface->paletteNew_SetToBlack(); |
| 59 | g_Fodder->mSurface->surfaceSetToPalette(); |
| 60 | g_Fodder->mSurface->resetPaletteAdjusting(); |
| 61 | |
| 62 | g_Fodder->mPhase_TryingAgain = false; |
| 63 | g_Fodder->Mouse_Setup(); |
| 64 | } |
| 65 | |
| 66 | void cUnitTesting::setDemoName() { |
| 67 | // Set demo file name |
nothing calls this directly
no test coverage detected