Home
last modified time | relevance | path

Searched refs:SavedScriptLine (Results 1 – 3 of 3) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dsc_man.cpp86 static int SavedScriptLine; variable
197 SavedScriptLine = sc_Line; in SC_SavePos()
212 sc_Line = SavedScriptLine; in SC_RestorePos()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dsc_man.h10 int SavedScriptLine; member
H A Dsc_man.cpp318 pos.SavedScriptLine = Line; in SavePos()
335 Line = pos.SavedScriptLine; in RestorePos()