diff options
author | pixel <pixel> | 2003-06-20 14:08:16 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-06-20 14:08:16 +0000 |
commit | 30f218eb43414407ff8fad136ac1b14d419c29b5 (patch) | |
tree | 1e4c1dd71272f861daf90baced75fa604cdbf168 /Xenogears/script-comp.cpp | |
parent | 7fc9c6dfbef57331c8b5eae0943f3fe95f2e63e1 (diff) |
Compiling again
Diffstat (limited to 'Xenogears/script-comp.cpp')
-rw-r--r-- | Xenogears/script-comp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xenogears/script-comp.cpp b/Xenogears/script-comp.cpp index ca6fb09..964b350 100644 --- a/Xenogears/script-comp.cpp +++ b/Xenogears/script-comp.cpp @@ -15,7 +15,7 @@ lzss * lzss_o; void process_one_file(Handle * f, Handle * d, Handle * f_part, int n) { String nom_du_fichier; char zeros[4] = {0, 0, 0, 0}, * datas; - long script_position, true_length, delta, data_length; + int script_position, true_length, delta, data_length; printm(M_BARE, " Copying header\n"); f->seek(0x14c); |