Author: leo
Date: Thu May  5 14:25:25 2005
New Revision: 7992

Modified:
   trunk/examples/sdl/tetris/app.imc
Log:
replace PMCArray - be consistent

Modified: trunk/examples/sdl/tetris/app.imc
==============================================================================
--- trunk/examples/sdl/tetris/app.imc   (original)
+++ trunk/examples/sdl/tetris/app.imc   Thu May  5 14:25:25 2005
@@ -350,7 +350,7 @@
     .local int color_id
 
     color_id = find_type "SDL::Color"
-    palette = new .PerlArray
+    palette = new PerlArray
     hash = new PerlHash
 
     set i, 0

Reply via email to