예제 #1
0
//
// P_Init
//
void P_Init (void)
{
    P_InitSwitchList ();
    P_InitPicAnims ();
    R_InitSprites (sprnames);

}
예제 #2
0
파일: p_setup.c 프로젝트: Arc0re/jaguardoom
void P_Init (void)
{
	P_InitSwitchList ();
	P_InitPicAnims ();
#ifndef MARS
	pausepic = W_CacheLumpName ("PAUSED",PU_STATIC);
#endif
}
예제 #3
0
void P_Init(void)
{
    P_InitSwitchList();
    P_InitPicAnims();
    pausepic = W_CacheLumpName("PAUSED", PU_STATIC);
}