Code Editing Tutorials
Changing Pacmans into ordinary sprites

Yes, it's time to get rid of Pac Man. It's a damn simple process.

Open up WL_ACT2.C and do a search for "SpawnGhosts"(no quotes). What you should remove from the SpawnGhosts code are the following 3 lines:

new->speed = SPDDOG;
if (!loadedgame)
gamestate.killtotal++;

Save and compile. Ghosts will no longer harm you, nor will they move.


 

Get back to the Dome tutorials
Jump to the top