mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
compilation fixes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#define TagDefault LUA_T_ARRAY;
|
||||
|
||||
#ifdef TARGET_64BITS
|
||||
static int64 int hashindex(TObject *ref) {
|
||||
static int64 hashindex(TObject *ref) {
|
||||
int64 h;
|
||||
|
||||
switch (ttype(ref)) {
|
||||
|
||||
Reference in New Issue
Block a user