diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-27 15:55:56 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-27 15:55:56 +0000 |
commit | 30da40c16a94d56875aa705dd2485fb2eacc9bb4 (patch) | |
tree | 79ce25aff8ac8caaddbba1d2e843698981f12a57 /sys/src/games/doom/wi_stuff.c | |
parent | 439ef2f8ee8ac618a3f9df81a8fbf44fe39f728d (diff) |
games/doom: fix the french problem, remove debug prints
Diffstat (limited to 'sys/src/games/doom/wi_stuff.c')
-rw-r--r-- | sys/src/games/doom/wi_stuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/doom/wi_stuff.c b/sys/src/games/doom/wi_stuff.c index 55ee8136c..1ec84cf48 100644 --- a/sys/src/games/doom/wi_stuff.c +++ b/sys/src/games/doom/wi_stuff.c @@ -1646,7 +1646,7 @@ void WI_loadData(void) sp_secret = W_CacheLumpName("WISCRT2", PU_STATIC); // Yuck. - if (french) + if (language == french) { // "items" if (netgame && !deathmatch) |