diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-06 01:25:02 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-06 01:25:02 (GMT) |
| commit | a23d46a9f6e612a51f9dfa5e0f6a578953da6757 (patch) | |
| tree | 26a1a1fd85367803b800a7f3703d1a9fc8159beb /src/interface.c | |
| parent | 068076a4aeaa444e72b44f716172e4e583953e2d (diff) | |
| download | powder-a23d46a9f6e612a51f9dfa5e0f6a578953da6757.zip powder-a23d46a9f6e612a51f9dfa5e0f6a578953da6757.tar.gz | |
GOL works 100% now. todo: make some way to set GSPEED from ingame, and is the number of frames per generation.
Diffstat (limited to 'src/interface.c')
| -rw-r--r-- | src/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c index e561868..07edca9 100644 --- a/src/interface.c +++ b/src/interface.c @@ -3614,7 +3614,7 @@ int execute_vote(pixel *vid_buf, char *id, char *action) } void open_link(char *uri){ #ifdef WIN32 - ShellExecute(0, "OPEN", uri, NULL, NULL, 0) + ShellExecute(0, "OPEN", uri, NULL, NULL, 0); #elif MACOSX //LSOpenCFURLRef(CFURLCreateWithString(NULL, CFStringCreateWithCString(NULL, uri, 0) ,NULL), NULL); //TODO: Get this crap working #elif LIN32 |
