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:
parent
b527ca7e5d
commit
d86e744250
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue