summaryrefslogtreecommitdiff
path: root/gui/Plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/Plugin.c')
-rw-r--r--gui/Plugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/Plugin.c b/gui/Plugin.c
index e5c4cbe8..4f9c3a3f 100644
--- a/gui/Plugin.c
+++ b/gui/Plugin.c
@@ -332,13 +332,13 @@ int _OpenPlugins() {
strcpy(Config.Mcd2, info.MCD2path);
return -2;
} else {
- Config.UseNet = 0;
+ Config.UseNet = FALSE;
}
} else {
if (NET_queryPlayer() == 1) {
- if (SendPcsxInfo() == -1) Config.UseNet = 0;
+ if (SendPcsxInfo() == -1) Config.UseNet = FALSE;
} else {
- if (RecvPcsxInfo() == -1) Config.UseNet = 0;
+ if (RecvPcsxInfo() == -1) Config.UseNet = FALSE;
}
}
NetOpened = TRUE;