diff options
author | Pixel <Pixel> | 2002-09-29 17:57:04 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-09-29 17:57:04 +0000 |
commit | 0e191c285677600f9852bff10e2bede5799883fa (patch) | |
tree | ede64e524aa4ea1d9a8b6f3111ce0f8968b8c88e /Xenogears/script-dec.cpp | |
parent | 75d6916ec69878af6649dd41ccdc41b5df807230 (diff) |
Petits changements ;-)
Diffstat (limited to 'Xenogears/script-dec.cpp')
-rw-r--r-- | Xenogears/script-dec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xenogears/script-dec.cpp b/Xenogears/script-dec.cpp index 84e55f0..a829231 100644 --- a/Xenogears/script-dec.cpp +++ b/Xenogears/script-dec.cpp @@ -47,7 +47,7 @@ void process_one_file(Handle * f, int d, int n) { // } } -int startup() +virtual int startup() throw (GeneralException) { Handle * f_script_comp; int i; |