Home
last modified time | relevance | path

Searched refs:C_EXPER (Results 1 – 4 of 4) sorted by relevance

/original-bsd/games/phantasia/
H A Dconvert.c105 Newplayer.p_type = (short) ROLL(C_MAGIC, C_EXPER - C_MAGIC + 1); in main()
112 Newplayer.p_type = (short) ROLL(C_MAGIC, C_EXPER - C_MAGIC + 1); in main()
H A Dphantdefs.h55 #define C_EXPER 5 /* experimento */ macro
H A Dmain.c430 if (Player.p_type == C_EXPER || Player.p_type == C_SUPER) in rollnewplayer()
438 if (Player.p_type == C_EXPER || Player.p_type == C_SUPER) in rollnewplayer()
1111 if (subscript < C_MAGIC || subscript > C_EXPER)
H A Dmisc.c43 if (Player.p_type == C_EXPER) in movelevel()