1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

[Client] Fix typos in comments about marking InterpreterContext types

This commit is contained in:
David Cernat 2020-06-07 01:59:18 +02:00
parent b527ca7e5d
commit d86e744250
3 changed files with 3 additions and 3 deletions

View file

@ -110,7 +110,7 @@ void OMW::Engine::executeLocalScripts()
/* /*
Start of tes3mp addition Start of tes3mp addition
Mark this InterpreterContext as having a CONSOLE context, Mark this InterpreterContext as having a SCRIPT_LOCAL context,
so that packets sent by the Interpreter can have their so that packets sent by the Interpreter can have their
origin determined by serverside scripts origin determined by serverside scripts
*/ */

View file

@ -258,7 +258,7 @@ namespace MWDialogue
/* /*
Start of tes3mp addition Start of tes3mp addition
Mark this InterpreterContext as having a CONSOLE context, Mark this InterpreterContext as having a DIALOGUE context,
so that packets sent by the Interpreter can have their so that packets sent by the Interpreter can have their
origin determined by serverside scripts origin determined by serverside scripts
*/ */

View file

@ -172,7 +172,7 @@ namespace MWScript
/* /*
Start of tes3mp addition Start of tes3mp addition
Mark this InterpreterContext as having a GLOBAL_SCRIPT context, Mark this InterpreterContext as having a SCRIPT_GLOBAL context,
so that packets sent by the Interpreter can have their so that packets sent by the Interpreter can have their
origin determined by serverside scripts origin determined by serverside scripts
*/ */