diff options
Diffstat (limited to 'Xenogears')
-rw-r--r-- | Xenogears/main_dump.cpp | 2 | ||||
-rw-r--r-- | Xenogears/script-dec.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Xenogears/main_dump.cpp b/Xenogears/main_dump.cpp index 4a8cb2e..79b805d 100644 --- a/Xenogears/main_dump.cpp +++ b/Xenogears/main_dump.cpp @@ -73,7 +73,7 @@ cdutils * cdutil; Byte user_data[2352]; -int startup() +virtual int startup() throw (GeneralException) { verbosity = 3; 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; |