Update of /cvsroot/freevo/freevo/src/games
In directory sc8-pr-cvs1:/tmp/cvs-serv11940

Modified Files:
        game.py 
Log Message:
Fix from Simon Windmill <[EMAIL PROTECTED]> for a NameError


Index: game.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/games/game.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** game.py     27 May 2003 17:53:34 -0000      1.7
--- game.py     2 Jul 2003 15:39:49 -0000       1.8
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2003/07/02 15:39:49  outlyer
+ # Fix from Simon Windmill <[EMAIL PROTECTED]> for a NameError
+ #
  # Revision 1.7  2003/05/27 17:53:34  dischi
  # Added new event handler module
***************
*** 202,214 ****
          str = ''
          if command == 'config':
!             str = mameKey('CONFIGMENU')
          elif command == 'pause':
!             str = mameKey('PAUSE')
          elif command == 'reset':
!             str = mameKey('RESET')
          elif command == 'exit':
!             str = mameKey('EXIT')
          elif command == 'snapshot':
!             str = mameKey('SNAPSHOT')
  
          self.app.write(str) 
--- 205,217 ----
          str = ''
          if command == 'config':
!             str = gameKey('CONFIGMENU')
          elif command == 'pause':
!             str = gameKey('PAUSE')
          elif command == 'reset':
!             str = gameKey('RESET')
          elif command == 'exit':
!             str = gameKey('EXIT')
          elif command == 'snapshot':
!             str = gameKey('SNAPSHOT')
  
          self.app.write(str) 




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to