mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-02 21:21:27 +00:00
18 lines
174 B
Text
18 lines
174 B
Text
|
class NWinterCommander : DukeCommander
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
class NWinterCommanderStayput: NWinterCommander
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
pic "COMMANDERSTAYPUT";
|
||
|
+BADGUYSTAYPUT;
|
||
|
}
|
||
|
}
|