diff --git a/PEOPLES.md b/PEOPLES.md index 266fde0..4683d51 100644 --- a/PEOPLES.md +++ b/PEOPLES.md @@ -1,44 +1,27 @@ # Peoples -## Programmers -* Issac332 -* "Визя" -* DepressedTWM -* referr -* блинчек +| People | Description | +| ----------- | ----------- | +| Issac332 | Programmer, Artist and cat window | +| визя | Programmer | +| DepressedTWM | Stupid programmer, code.nikooneshot.ru administrator, telegram channel administrator, u/CatWindowTeam owner and other idk | +| referr | programmer and matrix moderator | +| блинчек | Ruby programmer | +| Creature_of_steel1 | Pixel-art artist and telegram moderator | +| DesMo | Pixel-art artist | +| Обси | English telegram channel administrator | +| K1RMAN | Artist | +| Serega_play_x | Pixel-Art artist | +| kakafka | Pixel-art artist | +| Prime 223432 | Windows XP Tester | +| Alula | Main tester | +| Охотник | Tester | +| Ouzly | Tester and telegram moderator | -## Artists -* Issac332 -* Creature_of_steel1 -* DesMo -* Обси -* DepressedTWM -* K1RMAN -* Serega_play_x -* kakafka - -## Testers and helpers: -* Rubik -* Prime 223432 -* Alula(from Oneshot) -* Охотник -* Ouzly - -## Telegram moderators -* Creature_of_steel1 -* Обси(ENG channel) -* Freskovich -* "Визя" -* Ouzly - -## Matrix moderators -* referr - -## Servers administrators -* DepressedTWM +# Donators: +| Donator | +| ----------- | +| Kodu | ## Special thanks to * my mom and dad:3 * Friends:3 - -## Donators: -* Kodu \ No newline at end of file diff --git a/binding-mri/wallpaper-binding.cpp b/binding-mri/wallpaper-binding.cpp index 0fefec1..fd496fd 100644 --- a/binding-mri/wallpaper-binding.cpp +++ b/binding-mri/wallpaper-binding.cpp @@ -15,7 +15,7 @@ #include "debugwriter.h" #include "define.h" -#ifdef _WIN32 +#ifdef windows #include static WCHAR szStyle[8] = {0}; static WCHAR szTile[8] = {0}; diff --git a/scripts/Window_Message.rb b/scripts/Window_Message.rb index d99858f..1b84018 100644 --- a/scripts/Window_Message.rb +++ b/scripts/Window_Message.rb @@ -407,7 +407,7 @@ class Window_Message < Window_Selectable else if @blip >= BLIP_TIME #april fools - if ($game_temp.message_face != nil && ((CTime.month == 4 && CTime.day == 1) or Settings[:enforce_april_fools])) && $game_temp.message_face.start_with?("niko") + if ($game_temp.message_face != nil && ((CTime.month == 4 && CTime.day == 1) or Settings[:enforce_april_fools]) && $game_temp.message_face.start_with?("niko")) niko_sounds = ["cat_2"] @blipsound = niko_sounds[rand(niko_sounds.length)] Audio.se_play("Audio/SE/#{@blipsound}.wav", 50, rand(100..125)) unless @text.empty?