diff options
Diffstat (limited to 'games/xjig/files/patch-options.H')
-rw-r--r-- | games/xjig/files/patch-options.H | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xjig/files/patch-options.H b/games/xjig/files/patch-options.H new file mode 100644 index 000000000000..8be81a32b18c --- /dev/null +++ b/games/xjig/files/patch-options.H @@ -0,0 +1,10 @@ +--- objects.H.orig Wed Jul 24 15:08:44 1996 ++++ objects.H Tue Apr 7 15:34:33 1998 +@@ -241,6 +241,7 @@ + protected: + void CreateTilemap8(); + void CreateTilemap16(); ++ void CreateTilemap24(); + void CreateTilemap32(); + + Pixmap tilemap; |