ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/bin/gce
(Generate patch)

Comparing deliantra/gde/bin/gce (file contents):
Revision 1.31 by root, Sun Oct 8 21:39:26 2006 UTC vs.
Revision 1.32 by root, Mon Oct 9 01:06:22 2006 UTC

4 4
5my $startup_done = sub { }; 5my $startup_done = sub { };
6 6
7# do splash-screen thingy on win32 7# do splash-screen thingy on win32
8BEGIN { 8BEGIN {
9 if ($^O eq "MSWin32") { 9 if (%PAR::LibCache && $^O eq "MSWin32") {
10 while (my ($filename, $zip) = each %PAR::LibCache) { 10 while (my ($filename, $zip) = each %PAR::LibCache) {
11 $zip->extractMember ("SPLASH.bmp", "$ENV{PAR_TEMP}/SPLASH.bmp"); 11 $zip->extractMember ("SPLASH.bmp", "$ENV{PAR_TEMP}/SPLASH.bmp");
12 } 12 }
13 13
14 require Win32::GUI::SplashScreen; 14 require Win32::GUI::SplashScreen;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines