This is a patch file for "gnumch" 0.2.0. It adds the left-control key as an optional second "fire" [or "munch"] key [for player #1 on- ly]. Note: This file should be compatible with all distros that support the original program. --- gnumch-0.2.0.old/src/game/Game.cpp +++ gnumch-0.2.0/src/game/Game.cpp @@ -121,6 +121,8 @@ } } + k1->addEvent ((enum Key) KEY_MUNCH, Event (SDLK_LCTRL)); + video->flags= SDL_SRCALPHA; /* read in overriding values from the config file */