Update GemRB to 0.9.5 (#13869)

This commit is contained in:
Peppersawce
2026-04-02 07:58:48 +02:00
committed by GitHub
parent fd74bd028f
commit c951f7b5d8
4 changed files with 33 additions and 62 deletions

View File

@@ -0,0 +1,21 @@
From 1aab6c11a523d1f2b0c45fcf7e3fd88afd698185 Mon Sep 17 00:00:00 2001
From: Peppersawce <michaelpeppers89@yahoo.it>
Date: Wed, 19 Mar 2025 04:23:27 +0100
Subject: Fix extend2da.py
diff --git a/admin/extend2da.py b/admin/extend2da.py
old mode 100755
new mode 100644
index ae4c1ef..c1d8e0b
--- a/admin/extend2da.py
+++ b/admin/extend2da.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!python3
# GemRB - Infinity Engine Emulator
# Copyright (C) 2011 The GemRB Project
#
--
2.48.1